summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/colrv1-02a-ref.html
blob: dbd44cdb50e5da30e1d7303e844777bfe20ae049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>COLRv1 font test: using the tech() function</title>
<style>
@font-face {
  font-family: CAhem;
  src: url("CAhem.ttf");
}
#test { font: 100px/1 CAhem, serif; margin: 10px; padding: 10px; }
</style>

<div id="test">ABC</div>