Source delay to load on the hosted site

Asked

Viewed 243 times

0

I went to host my website and I use @font-face in CSS, it is extremely slow to load this font on the site. What can I do?

1 answer

4

Steve Sauders did an article on this topic, but is in English, if you understand worth checking.

In short:

  1. Just use @font-face if you really need to use.
  2. Post your statement @font-face above all SCRIPT tags.
  3. Do not include unused declarations of @font-face - the IE will download them whether they are used or not.

Maybe this will help you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.