Did you know that Google has over 800 open source fonts available for your use? Their purpose:
Making the web more beautiful, fast, and open through great typography
How did I make it work?
- I selected the Satisfy font on the Google Fonts site.
- I obtained the URL for the font.
- I added the @Import CSS to my WordPress theme using the Customizer.
- In the Post editor, using the Text entry, I used a DIV tag to style the font.
Making the web more beautiful, fast, and open through great typography
Note: During my research I saw warnings about adding to many fonts. They can slow down your site. There are multiple ways to add the fonts including using a plugin or updating the functions.php file.