mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
265 B
HTML
18 lines
265 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: test;
|
||
|
src: url(../fonts/DroidSansArabic-noGSUB.ttf);
|
||
|
}
|
||
|
body {
|
||
|
font-family: test;
|
||
|
font-size: 36px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>Ligature with vowel: لَا</p>
|
||
|
</body>
|
||
|
</html>
|