Hi,
Can you please help me how to add fonts to the pinboard theme.
I’ve tried adding fonts through @font-face in the style.css but that didn’t work.
When I changed the font in Apperance/theme options/typography, I didn’t see any changes in the style.css, so the theme is probably taking its fonts from a different file. Can you tell me where I can add a few fonts?
Thanks!
The web fonts are added in the document’s head, the style.css file is not edited. In functions.php inside the function pinboard_register_styles()
you have an array called $web_fonts
, you can add more Google fonts there.