remove bottom bar of 1
in cv04 for better differentiation
This commit is contained in:
parent
cdec1400d1
commit
dae9145347
9 changed files with 9023 additions and 8755 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Open source monospace & nerd font with round corner and ligatures.
|
Open source monospace & nerd font with round corner and ligatures.
|
||||||
|
|
||||||
Base on `Jetbrains Mono`, and **much "Opinioned"**
|
Base on `Jetbrains Mono` and **much "Opinioned"**
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@ Base on `Jetbrains Mono`, and **much "Opinioned"**
|
||||||
- zero: dot style `0`
|
- zero: dot style `0`
|
||||||
- cv01: normal `@ $ & Q`
|
- cv01: normal `@ $ & Q`
|
||||||
- cv02: normal `a`
|
- cv02: normal `a`
|
||||||
- cv03: normal `i`
|
- cv03: alternative `i`
|
||||||
- cv04: normal `l`
|
- cv04: alternative `l` and `1` (for better differentiation)
|
||||||
- cv98: full width `…`(ellipsis) and `—`(emdash) support for Maple Mono NF CN
|
- cv98: full width `…`(ellipsis) and `—`(emdash) support for Maple Mono NF CN
|
||||||
- cv99: TW punctuations support for Maple Mono NF CN
|
- cv99: TW punctuations support for Maple Mono NF CN
|
||||||
- ss01: normal italic `f l i j x y`
|
- ss01: normal italic `f l i j x y`
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -1859,6 +1859,7 @@ feature cv04 {
|
||||||
sub lcommaaccent by lcommaaccent.cv04;
|
sub lcommaaccent by lcommaaccent.cv04;
|
||||||
sub ldot by ldot.cv04;
|
sub ldot by ldot.cv04;
|
||||||
sub lslash by lslash.cv04;
|
sub lslash by lslash.cv04;
|
||||||
|
sub one by one.cv04;
|
||||||
# ================[III]================
|
# ================[III]================
|
||||||
|
|
||||||
sub C_l.liga by C_l.liga.cv04;
|
sub C_l.liga by C_l.liga.cv04;
|
||||||
|
|
|
@ -1760,6 +1760,7 @@ feature cv04 {
|
||||||
sub lcommaaccent by lcommaaccent.cv04;
|
sub lcommaaccent by lcommaaccent.cv04;
|
||||||
sub ldot by ldot.cv04;
|
sub ldot by ldot.cv04;
|
||||||
sub lslash by lslash.cv04;
|
sub lslash by lslash.cv04;
|
||||||
|
sub one by one.cv04;
|
||||||
} cv04;
|
} cv04;
|
||||||
# split `==`
|
# split `==`
|
||||||
feature ss02 {
|
feature ss02 {
|
||||||
|
|
Loading…
Reference in a new issue