mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 13:24:12 +00:00
4edab66c1e
Differential Revision: https://phabricator.services.mozilla.com/D54891 --HG-- extra : moz-landing-system : lando
19 lines
320 B
HTML
19 lines
320 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>emoji fallback to color font</title>
|
|
<style>
|
|
#test {
|
|
font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji';
|
|
font-size: 24pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id=test>🅰🅱</div>
|
|
|
|
</body>
|
|
</html>
|