-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Punctuation fix & change default figure to lining
- Loading branch information
1 parent
07f72c1
commit 6dcd79f
Showing
112 changed files
with
1,326 additions
and
1,175 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
color = 7; | ||
color = 9; | ||
glyphname = ampersand.full; | ||
layers = ( | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
color = 3; | ||
color = 9; | ||
glyphname = anglebracketleft; | ||
layers = ( | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZhuqueFangsong.glyphspackage/glyphs/anglebracketright.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
color = 3; | ||
color = 9; | ||
glyphname = anglebracketright; | ||
layers = ( | ||
{ | ||
|
16 changes: 16 additions & 0 deletions
16
src/ZhuqueFangsong.glyphspackage/glyphs/asciitilde.full.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
color = 9; | ||
glyphname = asciitilde.full; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
ref = wavedash; | ||
} | ||
); | ||
width = 1000; | ||
} | ||
); | ||
unicode = 65374; | ||
} |
15 changes: 15 additions & 0 deletions
15
src/ZhuqueFangsong.glyphspackage/glyphs/asciitilde.full.vert.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
color = 9; | ||
glyphname = asciitilde.full.vert; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
ref = wavedash.vert; | ||
} | ||
); | ||
width = 1000; | ||
} | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
color = 7; | ||
color = 9; | ||
glyphname = asterisk.full; | ||
layers = ( | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
color = 7; | ||
color = 9; | ||
glyphname = at.full; | ||
layers = ( | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
color = 7; | ||
color = 9; | ||
glyphname = backslash.full; | ||
layers = ( | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/ZhuqueFangsong.glyphspackage/glyphs/blacklenticularbracketleft.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
color = 3; | ||
color = 9; | ||
glyphname = blacklenticularbracketleft; | ||
layers = ( | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,5 @@ ref = blacklenticularbracketleft; | |
width = 1000; | ||
} | ||
); | ||
locked = 1; | ||
unicode = 65083; | ||
} |
Oops, something went wrong.