mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
383 B
HTML
24 lines
383 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: libertine;
|
|
src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
|
|
}
|
|
body {
|
|
margin: 10px;
|
|
font-family: libertine, sans-serif;
|
|
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>
|