mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00: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>
|