mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
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:
parent
2d5dc8fa6d
commit
e588943b4f
258 changed files with 127 additions and 905 deletions
|
@ -9,12 +9,15 @@ body {
|
|||
font-size: 24px;
|
||||
line-height: 24px;
|
||||
}
|
||||
span {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section>x←</section>
|
||||
<section>→x</section>
|
||||
<section>→x←</section>
|
||||
<section>x←<span> </span></section>
|
||||
<section>→x<span> </span></section>
|
||||
<section>→x←<span> </span></section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue