mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
18 lines
269 B
HTML
18 lines
269 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/DejaVuSansMono.woff);
|
|
}
|
|
body {
|
|
font-family: test;
|
|
font-size: 60pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Arabic: ﺍﻟﻌﺮﺑﻲ</p>
|
|
</body>
|
|
</html>
|