CSS Font Swarkback для пропущенных глифовCSS

Разбираемся в CSS
Anonymous
CSS Font Swarkback для пропущенных глифов

Сообщение Anonymous »

css: < /p>

Код: Выделить всё

p {
font-family: Gill Sans, SFU GillSans;
}
< /code>

"SFU GillSans"
- шрифт для вьетнамского языка. According to this link, if p contains a Vietnamese character that is not in Gill Sans font, then the browser will look for it in "SFU GillSans" font.

Is it possible to switch to second font entirely, not only some characters, if the default font misses any character?

Подробнее здесь: https://stackoverflow.com/questions/306 ... ing-glyphs

Вернуться в «CSS»