Source takes time to load on hosted site

0

I've been hosting my site and I use @font-face in CSS, it has a huge slowness to load that font on the site. What can I do?

    
asked by anonymous 24.11.2017 / 01:41

1 answer

4

Steve Sauders has an article on this topic , however is in English, if you understand it is worth checking.

In short:

  • Only use @font-face if you really need to use.
  • Place your @font-face statement above all SCRIPT tags.
  • Do not include unused claims from @font-face - IE will download them if they are used or not.
  • Maybe this will help you.

        
    24.11.2017 / 10:33