зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
328 B
HTML
10 строки
328 B
HTML
<!doctype html>
|
|
<!--
|
|
NOTE(emilio): The rendering _could_ be the same if the system-ui font
|
|
supported the glyphs, but we rely on it not doing so for now.
|
|
|
|
When we implement proper multi-lingual font support (at least on macOS), this
|
|
is expected to render the same
|
|
-->
|
|
<div style="font:36px system-ui, serif">你好</div>
|