Answer the question
In order to leave comments, you need to log in
How to save a font from Google Fonts to your server?
In my styles at the beginning I prescribe:
import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
Answer the question
In order to leave comments, you need to log in
It's not a fact that your server will load faster than Google.
Recently posted a video about speeding up performance. In particular, the loading of the font went like this: if the user is on the site for the first time and has a new browser, then the font is written to him in localstorage and is already displayed on subsequent downloads. If he has an old browser, then he's not lucky)))
In general, try to write font-face something like 'Google font', Arial,sans-serif. In theory, it should help a little.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question