blob: b8656e2d97bfdac386c66515dcb8e66f93ec27e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!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 */
font-variant-ligatures: no-common-ligatures no-historical-ligatures;
}
</style>
</head>
<body lang="en">
fastest firefox
</body>
</html>
|