mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 13:24:12 +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
18 lines
243 B
HTML
18 lines
243 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>emoji fallback to color font</title>
|
|
<style>
|
|
#test {
|
|
font-size: 24pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id=test>🅰️🅱️</div>
|
|
|
|
</body>
|
|
</html>
|