1234567891011121314151617181920 |
- <html>
- <head>
- <style type="text/css">
- @font-face {
- font-family: libertine;
- src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
- font-language-override: "ENG";
- }
- body {
- font-family: libertine, sans-serif;
- font-size: 400%;
- line-height: 2em;
- }
- </style>
- </head>
- <body lang="tr">
- fastest firefox
- </body>
- </html>
|