Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/font-face/reftest.list
<!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;
color: red;
}
</style>
</head>
<body>
<span></span>
</body>
</html>