[Request]: Support for custom fonts
-
Fantastic plugin ??
So I know it’s possible to use your own theme fonts by setting the font-family to “inherit” on an element, however when you force the “inherit” font on an element, the elements will render with the wrong font on the website.
Example:
Theme font (body): Open Sans, sans-serif
Theme font (H1): Aller, sans-serif;
Depicter element (H1): inheritThe H1 in the slide will become “Open Sans” and not the intended H1 font because of the “inherit” font-family value.
Possible solutions:
1) Don’t add font-family: inherit; to an element. Just don’t add any font-family value to the output if “inherit” is chosen.
2) Make a new option “Theme default” which means no font-family value is added to the element.
3) Create a plugin filter to add additional fonts to the list ??
- The topic ‘[Request]: Support for custom fonts’ is closed to new replies.