Skip to content

Instantly share code, notes, and snippets.

@equalent
Last active November 7, 2023 22:45
Show Gist options
  • Save equalent/36f97f96b5b0ec4e683d983d46678f7f to your computer and use it in GitHub Desktop.
Save equalent/36f97f96b5b0ec4e683d983d46678f7f to your computer and use it in GitHub Desktop.
Georgian/Armenian fonts for code

To read and write code that contains Georgian and/or Armenian characters, a combination of any preferred typeface with fallback DejaVu Sans Mono can be used.

For example, in VS Code settings.json:

{
    "editor.fontFamily": "'JetBrains Mono', 'DejaVu Sans Mono'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment