mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
23 lines
371 B
HTML
23 lines
371 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: schz;
|
|
src: url(../fonts/sil/ScheherazadeRegOT.ttf);
|
|
}
|
|
div {
|
|
font-family: schz;
|
|
font-size: 32px;
|
|
margin: 32px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<p>Diacritics should stack above the black box:<br>
|
|
<span style="background:black;padding:0 .5em;margin-right:-1em;">
|
|
</span>
|
|
</div>
|
|
</body>
|
|
</html>
|