Skip to content

Commit 0906f54

Browse files
committed
Merge pull request adobe-fonts#15 from miguelsousa/ampersand_fix
Fixed hinting glitch on Bold ampersand...
2 parents fe65083 + a893416 commit 0906f54

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
target/
2+
Roman/Black/SourceCodePro-Black.otf
3+
Roman/Black/SourceCodePro-Black.ttf
4+
Roman/Bold/SourceCodePro-Bold.otf
5+
Roman/Bold/SourceCodePro-Bold.ttf
6+
Roman/ExtraLight/SourceCodePro-ExtraLight.otf
7+
Roman/ExtraLight/SourceCodePro-ExtraLight.ttf
8+
Roman/Light/SourceCodePro-Light.otf
9+
Roman/Light/SourceCodePro-Light.ttf
10+
Roman/Regular/SourceCodePro-Regular.otf
11+
Roman/Regular/SourceCodePro-Regular.ttf
12+
Roman/Semibold/SourceCodePro-Semibold.otf
13+
Roman/Semibold/SourceCodePro-Semibold.ttf

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ It builds all OTFs and TTFs, and can be executed by typing:
4949
$ ./build.sh
5050

5151

52+
Installing
53+
====
54+
55+
[Font Installation Instructions](http://www.adobe.com/type/browser/fontinstall/instructions_english.html).
56+

Roman/Bold/font.ttf

-60 Bytes
Binary file not shown.

Roman/Bold/tthints

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ gscript 1,24,0;1,20,0;2,29,1;2,10,0;4,29,3,0,-1;14,7,29,20,-1;14,23,29,20,-1;4,1
8989
fi 1,5,4;1,16,0;1,26,0;2,20,0;2,28,0;4,5,12,0,-1;4,16,19,0,-1;4,19,22,-1,-1;4,16,25,-1,-1;4,26,36,-2,-1;4,36,30,-2,-1
9090
fl 1,35,4;1,5,4;1,16,0;2,20,0;2,29,0;4,5,12,0,-1;4,16,19,0,-1;4,19,22,-1,-1;4,16,25,-1,-1;4,29,40,0,-1
9191
aogonek.alt 1,18,0;1,24,0;2,51,0;2,38,1;2,25,0;4,51,3,0,-1;14,48,51,18,-1;4,48,6,0,-1;14,21,18,51,-1;4,21,7,0,-1;4,18,10,0,-1;4,38,31,0,-1;4,25,46,-1,-1
92-
ampersand 1,38,3;2,27,0;2,22,0;4,27,3,0,-1;14,5,27,38,-1;14,13,38,27,-1;4,13,30,-1,-1;4,30,8,-1,-1;4,38,19,0,-1;4,5,25,-1,-1;4,13,46,0,-1;4,25,62,-1,-1;4,62,51,-1,-1;4,22,65,-1,-1
92+
ampersand 1,51,3;2,33,0;2,28,0;4,33,3,0,-1;14,5,51,33,-1;14,13,33,51,-1;4,13,43,-1,-1;4,43,8,-1,-1;4,51,19,0,-1;4,5,30,-1,-1;4,30,25,-1,-1;4,28,27,-1,-1;4,13,59,0,-1;4,25,62,-1,-1
9393
zero 1,10,2;2,0,0;4,10,20,0,-1;4,0,30,0,-1;14,40,30,20,0;4,40,46,-2,-1
9494
one 1,10,2;2,2,0;4,2,3,0,-1;4,3,0,-1,-1;4,10,5,-1,-1;4,5,7,0,-1
9595
two 1,17,2;2,32,0;4,32,30,0,-1;4,30,0,-1,-1;14,5,17,32,-1;4,17,8,0,-1

build.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)