-
How can we remove all these fonts that are a pain when doing lots of work with the site. And to be just plain honest I DO NOT WANT my editors being able to choose but a certain limited number of fonts. |
Beta Was this translation helpful? Give feedback.
Answered by
Gaganbird
Jun 1, 2021
Replies: 1 comment 2 replies
-
Simply remove the following code from theme.editor.json (\Portals_default\vThemes\Basic) "Fonts": [ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
scottw12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simply remove the following code from theme.editor.json (\Portals_default\vThemes\Basic)
"Fonts": [
{
"Guid": "de28b274-ccef-4b8d-b8be-bb82aec413d9",
"Name": "Arial Black",
"Family": "Arial Black, Gadget, sans-serif",
"Css": ""
},
...