Answer the question
In order to leave comments, you need to log in
Incomprehensible situation with the font woff2. What to do to make it work?
I have the same font in two files - woff and woff2. I connect them like this:
font-face {
font-family: 'gico';
font-weight: 400;
src: local('gico'),
url('../res/gico.woff2') format('woff2'),
url('../res/gico.woff') format('woff');
}
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