Info: The described step can only be performed on the on-premise version of Studio, not on the cloud version.
The Studio Print editor — which is used for creating articles for print — shows the text by using the font of the applied style. When that font is not available on the system on which Studio is used, a fallback font is used.
By default, this font is Helvetica, followed by Arial.
You can change this through the following option:
- File: config.php
- Location: <Studio Server path>/config/plugins/ContentStation
- Name of option: EDITOR_FALL_BACK_FONTS
- Possible values: The name of the font. Separate multiple fonts with a comma. The font listed first is tried first, when that font is not available the font listed next is tried, and so on.
- Example:
Example: Here, the fonts are set to Helvetica and Arial: define( 'EDITOR_FALL_BACK_FONTS', 'Helvetica, Arial');
|
Revisions
- 2 September 2020: Corrected the path of the config.php file.
Comments
Do you have corrections or additional information about this article? Leave a comment!
Do you have a question about what is described in this article? Please contact support here.
0 comments
Please sign in to leave a comment.