Skip to content

Commit

Permalink
Update readme for 6.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
GulajavaMinistudio committed Feb 21, 2024
1 parent 95fc215 commit 1154ad6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Unreleased feature and bug fix will show in here.

## [6.2.0 - 18022024]

- [BREAKING CHANGE] There are some breaking change in font file name from upstream repository, from snake case to camelCase style name. For example "iosevka-mayukai-original-semibold-italic" become "IosevkaMayukaiOriginal-SemiBoldItalic". If you want to use this new version, delete your installed old fonts and install the new one.
- Bug fix and maintenance update from upstream repository.
- For better readibility, we suggest to use Medium (weight 500) and Semibold (weight 600) variant.
- Built with font based on Iosevka Font 28.1.0 release. Check more changelog about base Iosevka Font 28.1.0 [release note](https://github.com/be5invis/Iosevka/releases/tag/v28.1.0).


## [6.1.5 - 07102023]

- Bug fix and maintenance update from upstream repository.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Iosevka Mayukai Sonata is variant from combination of Iosevka SS18 (Input Mono)

Iosevka Mayukai Firastorm is variant from combination of Iosevka SS17 (Recursive Mono) and Iosevka SS05 (Fira Mono).

Each variant have separate bundle. There are bundle with ligation and without ligation. For code editor or IDE, we use new bundle named **"iosevka-mayukai-xxx-editor-xxxx.zip"**. This bundle include fonts with built-in ligature and glyph ligation from Iosevka.
Each variant have separate bundle. There are bundle with ligation and without ligation. For code editor or IDE, we use new bundle named **"IosevkaMayukaiXXXEditor-xxxx.zip"**. This bundle include fonts with built-in ligature and glyph ligation from Iosevka.

For terminal app or command prompt, use fonts inside zip bundle named **"iosevka-mayukai-xxx-terminal-xxxx.zip"**. This bundle include fonts with monospace configuration and **without ligation**. Also available Nerd Patched Fonts with complete Glyph and Powerline variant inside this bundle on **"nerd-patched-ttf"** folder. This variant suitable for Terminal app usage and command prompt shell like Spaceship, Starship, and Powerlevel10K. This fonts patched with [Nerd Font Tools by Ryanoasis](https://github.com/ryanoasis/nerd-fonts).
For terminal app or command prompt, use fonts inside zip bundle named **"IosevkaMayukaiXXXTerminal-xxxx.zip"**. This bundle include fonts with monospace configuration and **without ligation**. Also available Nerd Patched Fonts with complete Glyph and Powerline variant inside this bundle on **"nerd-patched-ttf"** folder. This variant suitable for Terminal app usage and command prompt shell like Spaceship, Starship, and Powerlevel10K. This fonts patched with [Nerd Font Tools by Ryanoasis](https://github.com/ryanoasis/nerd-fonts).

Webfont type is available in each variant. Can be used for styling web apps font.

Expand Down Expand Up @@ -77,7 +77,7 @@ Here some screenshot for font speciment that can be see below.

## Download and Installation

Quit your editor/program. Download the fonts from [Github Release Page](https://github.com/Iosevka-Mayukai/Iosevka-Mayukai/releases) in this repository. Unzip and open the folder **/iosevka-mayukai**.
Quit your editor/program. Download the fonts from [Github Release Page](https://github.com/Iosevka-Mayukai/Iosevka-Mayukai/releases) in this repository. Unzip and open the folder **/IosevkaMayukaiXXX-xxxx**.

- **Instruction for Linux** : Copy the TTF files to your fonts directory, usually in your Home directory `~/.local/share/fonts/` . And then run Run `sudo fc-cache -f -v`. For refreshing Font Cache in your sistem.
- **[Instructions for macOS](http://support.apple.com/kb/HT2509)**
Expand Down

0 comments on commit 1154ad6

Please sign in to comment.