D
D
Denis Bukreev2018-05-29 20:05:09
Fonts
Denis Bukreev, 2018-05-29 20:05:09

How is the font connected?

There is such an order for connecting fonts:

src: url(src + kind ".eot")
src: url(src + kind ".eot?#iefix") format("embedded-opentype"),
          url(src + kind ".woff") format("woff"),
          url(src + kind ".ttf") format("truetype");

How is the font connected by the browser?
I'm interested in this moment: if the browser recognizes the .eot format, will it continue to download and include .woff and .ttf?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question