summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/color-1a.html
blob: 28b4034a57259e83f752abb8d1a9705f9d2f5e2b (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: emojiyellow;
  src: url("../fonts/emoji-yellow.ttf");
}

span {
  font-family: emojiyellow;
  font-size: 25pt;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>