mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
315 B
HTML
19 lines
315 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
@font-face {
|
||
|
font-family: libertine;
|
||
|
src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
|
||
|
}
|
||
|
body {
|
||
|
font-family: libertine, sans-serif;
|
||
|
font-size: 200%;
|
||
|
-moz-font-feature-settings: "hlig=1";
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body lang="en">
|
||
|
fastest firefox
|
||
|
</body>
|
||
|
</html>
|