mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
386 B
HTML
23 lines
386 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>The letter and diacritic should be hidden by the black box:<br>
|
||
|
<span style="background:black;padding:0 .5em;margin-right:-1em;">
|
||
|
</span>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|