mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
20 lines
412 B
HTML
20 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>
|