Home Forums WordPress Themes – Premium Circumference Site title font adjustment – small pointer request Reply To: Site title font adjustment – small pointer request

#20119
Sushil Adhikari
Moderator

Correct on the last part….you also have the option with WP Google Fonts which you are not limited to their preset selectors. When you choose your font from it, it has a text area field labeled as: Custom CSS (optional): This is where you would add something like:

#cir-site-title {font-family: yourfont;}

Still would be better if you are using the child theme and the @font-face method (no plugin required then). Just make sure the font files are added to the child theme and the path of your child theme’s style.css points to them correctly. Best way is to put the fonts in a “font” folder in your theme like the parent theme has.