Answer the question
In order to leave comments, you need to log in
Why use local() if initially the browser itself checks whether the client has this font?
Why use local () if initially the browser itself checks whether the client has this font and then, if not, it looks for a suitable format for itself?
@font-face {
font-family: MyGentium;
src: local(Gentium Bold), /* full font name */
local(Gentium-Bold), /* Postscript name */
url(GentiumBold.woff); /* otherwise, download it */
font-weight: bold;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question