<!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> |