system-ui-fallback.html (328B)
1 <!doctype html> 2 <!-- 3 NOTE(emilio): The rendering _could_ be the same if the system-ui font 4 supported the glyphs, but we rely on it not doing so for now. 5 6 When we implement proper multi-lingual font support (at least on macOS), this 7 is expected to render the same 8 --> 9 <div style="font:36px system-ui, serif">你好</div>