Skip to content

Commit

Permalink
feat: enable cv/ss and update iosevka
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Mar 11, 2024
1 parent 7d9a8d0 commit 37b8ff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RyanMono.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
family = "Ryan Mono"
spacing = "normal"
serifs = "sans"
noCvSs = true
noCvSs = false
exportGlyphNames = true

[buildPlans.RyanMono.variants]
Expand Down
2 changes: 1 addition & 1 deletion RyanTerm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
family = "Ryan Term"
spacing = "term"
serifs = "sans"
noCvSs = true
noCvSs = false
exportGlyphNames = true

[buildPlans.RyanTerm.variants]
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cyan() {
printf '\033[36m%s\033[39m' "$@"
}

iosevka_version="v28.1.0"
iosevka_version="v29.0.1"
nerd_fonts_version="v3.1.1"
font_families=("RyanMono" "RyanTerm")

Expand Down

0 comments on commit 37b8ff7

Please sign in to comment.