summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/color-2-ref.html
blob: 0962a70e3e6c8a4d32e471d4002609ed42b9e3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
  font-family: colr-unset;
  src: url("../fonts/colr-unset.ttf");
}

span {
  font-family: colr-unset;
  font-size: 25pt;
}
</style>
</head>
<body>
<span>A</span><span>B</span><span>C</span>
</body>
</html>