Skip to content

Instantly share code, notes, and snippets.

@maetl
Created February 10, 2018 13:40
Show Gist options
  • Save maetl/a906b647fc82b6ade211dce31130adab to your computer and use it in GitHub Desktop.
Save maetl/a906b647fc82b6ade211dce31130adab to your computer and use it in GitHub Desktop.
Test of a variation of Karla that supports Māori macrons properly.
<html>
<head>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/karmilla" type="text/css"/><style>
h1, h2, p {
font-family: 'Karmilla', sans-serif;
}
</style>
</head>
<body>
<h1>te ao māori</h1>
<h2>pōtae. tohutō. papatūānuku. whānau. wāhine. pākehā.</h2>
<p>pōtae. tohutō. papatūānuku. whānau. wāhine. pākehā.</p>
<h1>ā, ē, ī, ō, ū, Ā, Ē, Ī, Ō, Ū</h1>
<p>ā, ē, ī, ō, ū, Ā, Ē, Ī, Ō, Ū</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment