| @@ -119,8 +119,9 @@ | ||
| 119 | 119 | return ( |
| 120 | 120 | <SelectControl |
| 121 | 121 | id="code-block-pro-font-family" |
| 122 | 122 | label={__('Font Family', 'code-block-pro')} |
| 123 | + help={__('Fonts only render on the frontend.', 'code-block-pro')} | |
| 123 | 124 | value={value} |
| 124 | 125 | onChange={onChange} |
| 125 | 126 | options={Object.entries(fonts).map(([value, label]) => ({ |
| 126 | 127 | label, |