Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1261069

    Hi, I am using two web-fonts that I installed and they work fine. I want to use a 3rd font in some areas, specifically Text Blocks.
    Is there Custom CSS that I can add to each area?
    Or possibly apply a Custom ID Attribute?

    Thanks in advance!
    Jeremy

    #1261273

    Hey jeremysecondary,

    You can import a font using CSS like this, which you can find on the Google fonts site:

    Add it either to Quick CSS, or the text block in question. Then you can add the font family inline in your text:

    <p style="font-family: 'Roboto', sans-serif;">This text should use Roboto</p>

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.