1
0
Fork 0
firefox/testing/web-platform/tests/css/css-fonts/standard-font-family-15.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
566 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#standard-font-families"/>
<link rel="mismatch" href="standard-font-family-15-notref.html"/>
<meta name="assert" content="ui-monospace in @font-face works"/>
<style>
@font-face {
font-family: "AppleSystemUIMonospace";
src: local("ui-monospace");
}
</style>
</head>
<body>
<div>
<div style="display: inline-block; font: 72px 'AppleSystemUIMonospace';">HeJllo</div>
</div>
</body>
</html>