mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
267 B
HTML
20 lines
267 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Bug 983985</title>
|
|
<style>
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
|
}
|
|
body {
|
|
font: 36px test;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
hello <i>԰</i> world
|
|
</body>
|
|
</html>
|