<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
This test makes sure that font features are applied to -apple-system and system-ui. | |
<div style="font: 50px -apple-system; font-variant-numeric: tabular-nums;">0123456789</div> | |
<div style="font: 50px system-ui; font-variant-numeric: tabular-nums;">0123456789</div> | |
</body> | |
</html> |