blob: 68f6fa8ec999475b969bc1f64079d1ccd613bcd1 [file] [log] [blame]
<!DOCTYPE html>
<!--
| If no font family is specified that supports the characters, determine the
| font to use via system font fallback.
| https://www.w3.org/TR/css3-fonts/#system-font-fallback
-->
<html>
<head>
<meta charset="utf-8">
<style>
body {
margin: 0;
font-family: Roboto;
font-size: 30px;
font-weight: normal;
color: #fff;
}
.containing-block {
background-color: #03a9f4;
width: 500px;
}
</style>
</head>
<body>
<div class="containing-block">
<span>בְּרֵאשִׁ֖ית The Hegemony Consul sat on the balcony of his ebony spaceship. δῖος δῖοσ金魚 中國哲學書電子化計劃計劃 وَأَنْ يَعْمَلَ عَلَى مَا يَجْلِبُ السَّعَادَةَ لِلنَّاسِ . ولَ ☃ ᠦᡈ‍ᠣᡄ➤</span>
</div>
</body>
</html>