mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
421 B
HTML
25 lines
421 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: gentium;
|
||
|
/* font that has an old-style 'kern' table rather than GPOS 'kern' feature */
|
||
|
src: url(../fonts/sil/GenR102.ttf);
|
||
|
}
|
||
|
body {
|
||
|
margin: 10px;
|
||
|
font-family: gentium;
|
||
|
font-size: 600%;
|
||
|
line-height: 1.2em;
|
||
|
font-kerning: none;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body lang="en">
|
||
|
<div>Ta To</div>
|
||
|
<div>AVA</div>
|
||
|
<div>AWAY</div>
|
||
|
</body>
|
||
|
</html>
|