Skip to content

Instantly share code, notes, and snippets.

@ian4uh
Last active June 5, 2025 07:47
Show Gist options
  • Save ian4uh/177e72d43a9b6f5352a9e38250e5f61f to your computer and use it in GitHub Desktop.
Save ian4uh/177e72d43a9b6f5352a9e38250e5f61f to your computer and use it in GitHub Desktop.
Google fonts that support Hawaiian Characters

Google Fonts with Proper Hawaiian Diacritics

All fonts need to be able to display these Characters

Ā ā Ī ī Ū ū Ē ē Ō ō ʻ

The Last Character, the ʻOkina, needs to be:

  • more than a just slash/Apostorphe
    • More emphasis on the 6 shape preffered
  • able to be told apart from a left single quote.
    • for example ‘ʻŌlelo Hawaiʻi’

Total Number of supported fonts : 37 of 915

Serif

  1. font-family: 'Alegreya', serif;
  2. font-family: 'Amiri', serif;
  3. font-family: 'Cormorant Infant', serif;
  4. font-family: 'Cormorant SC', serif;
  5. font-family: 'Cormorant Unicase', serif;
  6. font-family: 'Crimson Text', serif;
  7. font-family: 'Fanwood Text', serif;
  8. font-family: 'IBM Plex Serif', serif;
  9. font-family: 'Linden Hill', serif;
  10. font-family: 'Markazi Text', serif;
  11. font-family: 'Old Standard TT', serif;
  12. font-family: 'Spectral SC', serif;
  13. font-family: 'Vollkorn SC', serif;

Sans Serif

  1. font-family: 'Chakra Petch', sans-serif;
  2. font-family: 'Encode Sans Expanded', sans-serif;
  3. font-family: 'Encode Sans Semi Condensed', sans-serif;
  4. font-family: 'Encode Sans Semi Expanded', sans-serif;
  5. font-family: 'Exo', sans-serif;
  6. font-family: 'Fahkwang', sans-serif;
  7. font-family: 'IBM Plex Sans Condensed', sans-serif;
  8. font-family: 'IBM Plex Sans', sans-serif;
  9. font-family: 'K2D', sans-serif;
  10. font-family: 'Kodchasan', sans-serif;
  11. font-family: 'KoHo', sans-serif;
  12. font-family: 'Krub', sans-serif;
  13. font-family: 'Muli', sans-serif;
  14. font-family: 'Niramit', sans-serif;
  15. font-family: 'Pattaya', sans-serif;
  16. font-family: 'Quicksand', sans-serif;
  17. font-family: 'Sarabun', sans-serif;
  18. font-family: 'Thasadith', sans-serif;
  19. font-family: 'Varela Round', sans-serif;

Display

  1. font-family: 'Jomhuria', cursive;
  2. font-family: 'Srisakdi', cursive;

Handwriting

  1. font-family: 'Charm', cursive;
  2. font-family: 'Mali', cursive;

Monospace

  1. font-family: 'Source Code Pro', monospace;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment