Change Font on single site

edited April 2020 in Fonts
Hi,
for the website we use a spacy font and everything working fine.
On the policy sites it looks to spacy. So is it possible with an coustum CSS Code on this page to change the font in "Roboto" for example?


Thanks for your help and best regards ;-)

Comments

  • Problem solved... it was easy 

    Solution

    h1 {
      font-family: "Roboto", sans-serif;
    }
    h2 {
      font-family: "Roboto", sans-serif;
    }
    h3 {
      font-family: "Roboto", sans-serif;
    }
    p {
      font-family: "Roboto", sans-serif;
    }
Sign In or Register to comment.