mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
596 B
HTML
25 lines
596 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");
|
||
|
font-feature-settings: "liga" on, "hlig" on;
|
||
|
}
|
||
|
body {
|
||
|
font-family: libertine, sans-serif;
|
||
|
font-size: 400%;
|
||
|
line-height: 2em;
|
||
|
/* font variant property should override font setting but font feature
|
||
|
settings property should override that */
|
||
|
font-variant-ligatures: no-common-ligatures no-historical-ligatures;
|
||
|
font-feature-settings: "liga" on, "hlig" on;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body lang="en">
|
||
|
fastest firefox
|
||
|
</body>
|
||
|
</html>
|