tenfourfox/layout/reftests/font-face/color-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
263 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
font-family: emoji;
src: url("../fonts/emoji.ttf");
}
span {
font-family: emoji;
font-size: 25pt;
color: yellow;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>