Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <html lang="pl">
3 <head>
4 <meta charset="utf-8">
5 <title>Polish hyphenation test</title>
6 <style>
7 body {
8 font-family: "Times New Roman", serif; /* prefer TNR to Times (default) on OS X... */
9 -moz-font-feature-settings: 'kern' off; /* ...so that we can disable kerning */
10 font-feature-settings: 'kern' off;
11 }
12 </style>
13 </head>
14 <body>
15 <div style="width:0pt; -moz-hyphens:auto">
16 Unikod przypisuje unikalny numer każdemu znakowi,
17 niezależny od używanej platformy,
18 programu czy języka.
19 </div>
20 </body>
21 </html>