mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
412 B
HTML
21 lines
412 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>With vowels:
|
|
ﺃَﺑْﺠَﺪِﻳَّﺔ
|
|
ﻋَﺮَﺑِﻴَّﺔ
|
|
</p>
|
|
</body>
|
|
</html>
|