mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
17 lines
285 B
HTML
17 lines
285 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: dvsm;
|
|
src: url(../fonts/DejaVuSansMono.woff);
|
|
}
|
|
body {
|
|
font-family: dvsm;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>foo <span style="color:white">بسم ٱلله</span> bar</p>
|
|
</body>
|
|
</html>
|