Change site font
- The topic ‘Change site font’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
I’d like to change all my site’s fonts to Comfortaa, from Google Open Source libraries.
I have this string to put in the <head>:
<link href=”https://fonts.googleapis.com/css?family=Comfortaa:400,600,700&display=swap” rel=”stylesheet”>
… and this CSS to make the changes effective:
font-family: ‘Comfortaa’, cursive;
There’s a way to embed this font in the Soho theme?
The blog I need help with is: (visible only to logged in users)
Hi,
If you would like to change the text font, the css should be
body { font-family: 'Comfortaa'; font-weight: 400; }
To change the fonts for the titles
h1.entry-title {font-family: 'Comfortaa'; font-weight: 600; }
Let me know if that works for you.
Thanks,
Edy