How To Enable The System Font To Speed Up Site Loading - Question | JoomShaper

How To Enable The System Font To Speed Up Site Loading

W

WE-ESVA

Helix Framework 3 years ago

Hello! To speed up loading of the website, Google recommends that you disable the invisible text. To do this, you need to temporarily connect the system font by enabling font-display: swap in the @font-face style

How to do this correctly in the helix ultimate template?

http://foxlicoy90.temp.swtest.ru/

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #2194

Hi, it was implemented in SPPB and Helix Ultimate as I remember. Check sourcecode in Google FOnts you should have this


<link href="//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap&amp;subset=latin" rel="stylesheet" type="text/css" />

at the end of font weight there is display=swap - as you wanted. This line was copied from my website based on Helix Ultimate 1.1.2.

0
W
WE-ESVA
Accepted Answer
3 years ago #2317

Really! I missed it. Thank you, Paul, so much for your patience!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #2318

The main speed tip is: Reduce number of used extra fonts to max 2, not more.

1