Я пытаюсь проверить несколько шрифтов в моем html @font-face, но текст размытый, это мой код до сих пор
html: < /p>
Код: Выделить всё
This font is awesome
< /code>
css: < /p>
@font-face {
font-family: Font;
src: URL(Font.ttf);
}
body {
font-family: 'Font', sans-serif;
}
h2 {
font-family:"Font";
}
https://www.dafont.com/minecraft.font
Подробнее здесь: https://stackoverflow.com/questions/797 ... ems-blurry
Мобильная версия