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
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