Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.19 KB

Genshin Fonts

Alphabets in Teyvat!

中文 | English

Font sample

Usage

Get Fonts

You can get built fonts under Build folder.

Note: On Windows, TTF version is recommended.

About Inazuma Language (and No Vert ver.)

Inazuma_Vert

Inazuma Languange has two versions, one with Opentype feature vert, the other without. With this feature and supported APPs (e.g. LibreOffice, but most unlike), Inazuma Language can be written vertically, as it in game. However, when using Adobe APPs, please select the version without vert.

Building

  1. Install AFDKO.

  2. Clone this repo:

     $ git clone https://github.com/Wenti-D/GenshinFonts
     $ cd GenshinFonts
    
  3. Build OTF:

     $ makeotf -f <UFO folder>
    

    e.g.:

     $ makeotf -f TeyvatCommonLanguage.ufo
    
  4. Transform OTF to TTF (optional):

     $ otf2ttf input <OTF file>
    

    e.g.:

     $ otf2ttf input TeyvatCommonLanguage-Regular.otf
    

Contributing

If have any problems, especially design problems (glyph, size, kerning, etc.), please open an issue.