layout: Implement per-glyph font fallback.

This improves numerous pages, for example Wikipedia and Ars Technica.

Closes #177.
This commit is contained in:
Patrick Walton 2015-04-07 18:43:18 -07:00
parent 19b443ecc8
commit fec43b49bb
9 changed files with 308 additions and 121 deletions

View file

@ -9,7 +9,7 @@
div {
width: 100px;
font-size: 10px;
font-family: Ahem, monospace;
font-family: Ahem;
padding: 10px !important;
}