Mypal/layout/reftests/font-face/color-1a.html

21 lines
265 B
HTML

<!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>