A
A
Andrei Popov2018-11-25 19:42:30
Fonts
Andrei Popov, 2018-11-25 19:42:30

How are downloaded fonts displayed?

Will the site display the downloaded font (for example, from Google Fonts) for all users? Or only those who have it installed on a PC

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
Beliyadm, 2018-11-26
@andrei500

If the font is not connected from the cloud or is not specified in the @font-face of your CSS, then it will not work
Download the font from googlefont, convert it to webfont from ttf , include it in styles via @font-face and everything works for everyone (font rendering on different OS and browsers may vary slightly)

L
lumb, 2018-11-25
@lumb

Will not.
If already installed, it will be displayed without downloading (if specified in css)
For similar purposes, I use the library https://github.com/typekit/webfontloader
In fact, the site is loaded with default fonts first, and the fonts specified in the script are loaded last and update the "look"
ps like nothing is blinking or flickering in the process

V
Vladimir, 2018-11-25
@Casufi

Fonts from Google fonts are web fonts that do not require downloading and installation from the user. Google fonts provides a script for connecting the font to the site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question