blob: 6c7ae6e82ec0a8e76d2dc7084cfddf0821136342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>COLRv1 font test: reverse sweep, denormalized color line</title>
<style>
@font-face {
font-family: CAhem;
src: url("CAhem.ttf");
}
span { font: 50px/1 CAhem; }
</style>
<div>
<div><span>m</span></div>
</div>
|