mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Implement per-glyph font fallback.
This improves numerous pages, for example Wikipedia and Ars Technica. Closes #177.
This commit is contained in:
parent
19b443ecc8
commit
fec43b49bb
9 changed files with 308 additions and 121 deletions
|
@ -9,7 +9,7 @@
|
|||
div {
|
||||
width: 100px;
|
||||
font-size: 10px;
|
||||
font-family: Ahem, monospace;
|
||||
font-family: Ahem;
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue