Skip to content

Commit d95586a

Browse files
committed
Version 2.3
* Added ə and Ə (schwa's). * Added kerning for all caps * Some capital letters now shorter to match their peers
1 parent 614c4ab commit d95586a

16 files changed

+2001
-2536
lines changed

Chomsky.sfd

Lines changed: 1958 additions & 2527 deletions
Large diffs are not rendered by default.

LICENSE.txt

100755100644
File mode changed.

README.md

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Chomsky: New York Times masthead, reimagined as a full font
66
![Info](https://raw.githubusercontent.com/ctrlcctrlv/chomsky/master/tex/chomsky.png)
77

88
![2.0 info](https://raw.githubusercontent.com/ctrlcctrlv/chomsky/master/tex/v2.0.png)
9+
![2.3 info](https://raw.githubusercontent.com/ctrlcctrlv/chomsky/master/tex/v2.2.png)
910

1011
The below text is for screen readers and search engines
1112
=======================================================
13.3 KB
Loading

dist/Chomsky.otf

19.9 KB
Binary file not shown.

dist/Chomsky.woff

7.93 KB
Binary file not shown.

dist/Chomsky.woff2

3.82 KB
Binary file not shown.

features.fea

100755100644
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,11 @@ feature dlig {
6969
@V = [V];
7070
@X = [X];
7171

72-
@lower = [@a @b @c @d @e @f @g @h @i @j @k @l @m @n @o @p @q @r @s @t @u @v @w @x @y @z];
72+
@lower = [@a @b @c @d @e @f @g @h @i @j @k @l @m @n @o @p @q @r @s @t @u @v @w @x @y @z schwa];
7373
@lower_ligas = [f_f f_l f_f_l f_i f_f_i];
7474
@lowerA = [@lower @lower_ligas];
75-
@upper = [@A @B @C @D @E @F @G @H @I @J @K @L @M @N @O @P @Q @R @S @T @U @V @W @X @Y @Z];
76-
@lower_no_f = [@a @b @c @d @e @g @h @i @j @k @l @m @n @o @p @q @r @s @t @u @v @w @x @y @z];
77-
@upper_no_f = [@A @B @C @D @E @G @H @I @J @K @L @M @N @O @P @Q @R @S @T @U @V @W @X @Y @Z];
78-
@upper_no_f_N = [@A @B @C @D @E @G @H @I @J @K @L @M @O @P @Q @R @S @T @U @V @W @X @Y @Z];
79-
@f_lowers = [@a @c @e @g @m @n @o @p @q @s @u @v @w @x @y @z];
80-
@upper_groupC = [@Q @T @R @N @F @K];
75+
@upper = [@A @B @C @D @E @F @G @H @I @J @K @L @M @N @O @P @Q @R @S @T @U @V @W @X @Y @Z Schwa];
76+
@digit = [zero one two three four five six seven eight nine];
8177

8278
feature liga {
8379
sub f l by f_l;
@@ -105,3 +101,11 @@ feature hist {
105101
sub @roundlc r' by uniA75B;
106102
} hist1;
107103
} hist;
104+
105+
feature kern {
106+
lookup kernsub {
107+
lookupflag IgnoreMarks;
108+
sub [@digit @upper] space' @upper by enspace;
109+
sub @upper space' [@digit @upper] by enspace;
110+
} kernsub;
111+
} kern;

tex/gen.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
sile v2.0.sil
22
gm convert -density 400 v2.0.pdf v2.0.png
3+
4+
sile v2.2.sil
5+
gm convert -density 400 v2.2.pdf v2.2.png

tex/v2.0.pdf

406 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)