Always include the last-resort font

This is used as a fallback for any characters that don't have glyphs in the
specified font.
This commit is contained in:
Matt Brubeck 2016-05-20 09:37:54 -07:00
parent 2d5dc8fa6d
commit e588943b4f
258 changed files with 127 additions and 905 deletions

View file

@ -9,12 +9,15 @@ body {
font-size: 24px;
line-height: 24px;
}
span {
font-family: sans-serif;
}
</style>
</head>
<body>
<section>x&larr;</section>
<section>&rarr;x</section>
<section>&rarr;x&larr;</section>
<section>x&larr;<span>&nbsp;</span></section>
<section>&rarr;x<span>&nbsp;</span></section>
<section>&rarr;x&larr;<span>&nbsp;</span></section>
</body>
</html>