diff --git a/.gitignore b/.gitignore index 2f7896d1d1..c93ac5f976 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ target/ +Roman/Black/SourceCodePro-Black.otf +Roman/Black/SourceCodePro-Black.ttf +Roman/Bold/SourceCodePro-Bold.otf +Roman/Bold/SourceCodePro-Bold.ttf +Roman/ExtraLight/SourceCodePro-ExtraLight.otf +Roman/ExtraLight/SourceCodePro-ExtraLight.ttf +Roman/Light/SourceCodePro-Light.otf +Roman/Light/SourceCodePro-Light.ttf +Roman/Regular/SourceCodePro-Regular.otf +Roman/Regular/SourceCodePro-Regular.ttf +Roman/Semibold/SourceCodePro-Semibold.otf +Roman/Semibold/SourceCodePro-Semibold.ttf diff --git a/README.md b/README.md index 4e0a9473d4..a2e9ca2700 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,8 @@ It builds all OTFs and TTFs, and can be executed by typing: $ ./build.sh +Installing +==== + +[Font Installation Instructions](http://www.adobe.com/type/browser/fontinstall/instructions_english.html). + diff --git a/Roman/Bold/font.ttf b/Roman/Bold/font.ttf index 21c1e77583..cc7b85dfaf 100644 Binary files a/Roman/Bold/font.ttf and b/Roman/Bold/font.ttf differ diff --git a/Roman/Bold/tthints b/Roman/Bold/tthints index 133cf7c928..98f77c81ec 100644 --- a/Roman/Bold/tthints +++ b/Roman/Bold/tthints @@ -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 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 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 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 -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 +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 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 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 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 diff --git a/build.sh b/build.sh old mode 100755 new mode 100644