mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
16 lines
285 B
HTML
16 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>
|