Font / CSS / font-family / One font for the whole site

Posted in: Newspaper
Post count: 74

Is there a way to specify the same CSS font-family for the whole site?

Post count: 20688

Hi,

That depends.

By default, if you don’t manually set specific fonts throughout the website, the theme will use Roboto and Open Sans for the majority of the elements. These default fonts can be replaced in the theme panel -> https://prnt.sc/kyLC24dDYgw5

Usually for the newer demos we used global fonts. A global font can be created in the composer -> https://prnt.sc/q2kXyypAH2gL
These global fonts have to be set where you want to use them. The benefit is that you only have to set them once everywhere. After setting them for each element, if you want to change them in the future you only have to modify the global fonts -> https://prnt.sc/GwTmQ7ezVwI4 and not to set them again for each element.

Or you could load the fonts manually with CSS or by other means, and also apply them with CSS. This could be tricky because they might not apply everywhere and you still have to target multiple specific elements directly.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.