Doesn't Appears The System Fonts As Arial Or Helvetica - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Doesn't Appears The System Fonts As Arial Or Helvetica

S

SomDigitals

Template 4 years ago

I am using the Eventum template and in the "Typography" menu in the headland "font family" doesn't appears "Arial" or "Helvetica" font between other. In reality doesn't visualizes either system font.

I have installed:

  • SP Page Builder 3.7.9
  • Shaper_eventum 2.3
  • Joomla 3.9.25

How I can resolve this issue? picture

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #9139

Hi, In templates based on Helix3 - it's not so easy, but still possible.

  1. In Template Options - Typograpy - Disable all unwanted Google Fonts
  2. In Template Options - Custom Code - Custom CSS use this, for example:

body { font-family: 'Helvetica', 'Arial', sans-serif; }

Similar CSS code with font you can use for selected HTML tags: li, p, a, h1, h2 etc. Basic stuff if you're webmaster.

0
S
SomDigitals
Accepted Answer
4 years ago #9145

It is working, thanks.

0