mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
525 B
HTML
22 lines
525 B
HTML
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Polish hyphenation test</title>
|
|
<style>
|
|
body {
|
|
font-family: "Times New Roman", serif; /* prefer TNR to Times (default) on OS X... */
|
|
-moz-font-feature-settings: 'kern' off; /* ...so that we can disable kerning */
|
|
font-feature-settings: 'kern' off;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="width:0pt; -moz-hyphens:auto">
|
|
Unikod przypisuje unikalny numer każdemu znakowi,
|
|
niezależny od używanej platformy,
|
|
programu czy języka.
|
|
</div>
|
|
</body>
|
|
</html>
|