Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-fonts/matching/font-unicode-presented-as-emoji-outline.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="match" href="./font-unicode-presented-as-emoji-outline-ref.html">
<style>
@font-face {
font-family: 'Ahem Crossmark';
src: url('./resources/AhemCrossmarkSupport.otf');
unicode-range: U+0020, U+274C; /* include U+0020 to act as "first available font" and
avoid line-height being derived from fallback */
}
.emoji {
font-family: 'Ahem Crossmark', system-ui;
}
</style>
<span class="emoji" style="font-size: 60px;">❌</span>
</html>