Is there any way to change the default fonts theme wide? I don’t mean setting it in the panel, but actually just changing the default font family.
I use Lato for almost everything and I hate that Lato is being used by writing !important tags over the old font.
Hello !
Now you can do that by using the Website Manager in tagDiv Composer as you can see here: https://www.screencast.com/t/S3cWRrg1aR
Thank you !
I’m using Newspaper 9.5 and I can’t find the setting you are suggesting.
I would like to switch to Roboto for all elements on all pages of the site, but when I turn on Google fonts and go through all font settings in theme panel in order to change to Roboto, the speed of the site slows down considerably.
I tried different options to achieve what I need, but without success.
For example, I added the following to the head section:
<link rel=”preconnect” href=”https://fonts.gstatic.com”>
<link href=”https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap” rel=”stylesheet”>
then added the following to the custom css field in the theme panel:
p {
font-family: ‘Roboto’, sans-serif;
} – unsuccessful, there is always a mix of styles on the pages.
I don’t want to use extra plugin for this.
How can I edit the Default font of the site using theme files? Probably there’s something I could edit in the theme files?
Thanks!
Hello !
Please update your theme, that option is in the latest versions. Follow our guide here in order to update: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you !