Is there a way for me to change the fonts on the front page and on each individual page as well? Is it possible for me to make the different titles on my page (e.g. "Routine" and "Gemini") have different fonts as well? I have some fonts that I purchased and are not included in Google's font library, so I would need to somehow upload these separately so I could use them.
Although we do not recommend changing the fonts (because you may need to do a lot of collateral changes - margins, paddings etc) you can use plugin such Easy Google Fonts
in both cases you need to specify the font-family attribute for a specific CSS selector that defines an element or range of elements you apply the attributes to
Hi,
Is there a way for me to change the fonts on the front page and on each individual page as well? Is it possible for me to make the different titles on my page (e.g. "Routine" and "Gemini") have different fonts as well? I have some fonts that I purchased and are not included in Google's font library, so I would need to somehow upload these separately so I could use them.
Thank you,
Chris
Hi Chris,
Although we do not recommend changing the fonts (because you may need to do a lot of collateral changes - margins, paddings etc) you can use plugin such Easy Google Fonts
https://wordpress.org/plugins/easy-google-fonts/
or
https://wordpress.org/plugins/use-any-font/
or for custom fonts
How can I add my own custom icons/fonts to the theme?
in both cases you need to specify the font-family attribute for a specific CSS selector that defines an element or range of elements you apply the attributes to
so for example
.title {
font-weight: 700;
font-family: 'Oswald', sans-serif;
}
in the fullscreen slider
.hero-title {
font-weight: 700;
font-family: 'Oswald', sans-serif;
}
.hero-subtitle {
font-size: 14px;
font-weight: 600;
font-family: 'Oswald', sans-serif;
}
for hero title and subtitle in individual pages
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy