summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/system-ui-notref.html
blob: 244f74d4fc1458221c72347d1813941e35cb35ec (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>CSS Test Reference</title>
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
p {
  font-family: Ahem;
}
</style>
<p>ABC</p>