зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
353 B
HTML
22 строки
353 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>emoji fallback to color font</title>
|
|
<style>
|
|
div {
|
|
font-size: 48pt;
|
|
}
|
|
#test {
|
|
font-family: 'Segoe UI Emoji', 'Twemoji Mozilla', 'Apple Color Emoji', 'Noto Color Emoji';
|
|
font-size: 24pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div><span id=test>🅰🅱</div>
|
|
|
|
</body>
|
|
</html>
|