blob: 5872a463d72c2d4a3c8089f5b80b50358379f5d2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: local("ui-sans-serif");
}
</style>
</head>
<body>
This test makes sure that <code>ui-sans-serif</code> matches <code>system-ui</code>.
<div style="font: 72px ui-sans-serif;">HeJllo</div>
<div style="font: 72px WebFont;">HeJllo</div>
</body>
</html>