mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
20 lines
438 B
HTML
20 lines
438 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... */
|
|
font-feature-settings: 'kern' off;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="width:0pt; hyphens:auto">
|
|
Unikod przypisuje unikalny numer każdemu znakowi,
|
|
niezależny od używanej platformy,
|
|
programu czy języka.
|
|
</div>
|
|
</body>
|
|
</html>
|