mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 03:54:35 +00:00
ded9cb4ade
Windows 7 doesn't have mono symbol font for emoji code mapping. And fontconfig doesn't have better option for this. So I except to these platforms. MozReview-Commit-ID: 7TB1guyzBVS --HG-- extra : rebase_source : 4a014a26618471cf8bee635bae961321c98a162e
19 lines
314 B
HTML
19 lines
314 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>emoji fallback to text font</title>
|
|
<style>
|
|
#test {
|
|
font-family: 'Segoe UI Symbol', 'Apple Symbols', 'Noto Sans Symbols';
|
|
font-size: 24pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id=test>⌚⌛🌀🌁</div>
|
|
|
|
</body>
|
|
</html>
|