mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|