Font Library
Tool for Enfold
A convenient resource for you to view all Web-Safe Fonts and Google Fonts natively included with the WordPress theme Enfold.
Inline Fonts
To add change the font of a single word or section of text without changing the fonts site-wide, you can use inline code. To do this, simply follow the template below and type the name of the font in single quotes, followed by the style of font*.
<!--TEMPLATE-->
<span style="font-family: 'Font Name', style;">Enter text here.</span>
<!--EXAMPLE-->
<span style="font-family: 'Arial', sans-serif;">This text will be in Arial font.</span>
*There are 5 different font styles: serif, sans-serif, cursive, fantasy, and monospace. You can see examples of them in the Websafe Fonts section, under “Font Fallbacks”.
Note: Inlining Google fonts may not work without first loading the required font in the head of the page.