1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-09-11 02:25:46 +03:00
Hasklig - a code font with monospaced ligatures
Go to file
2015-06-25 02:07:58 -07:00
emoji Updates Ai emoji files. Updates all Italic TT sources and tthints files. 2015-06-24 11:55:13 -07:00
Italic Updates Ai emoji files. Updates all Italic TT sources and tthints files. 2015-06-24 11:55:13 -07:00
ItalicMasters Source Code Pro - upright version 2.005, italic version 1.025 - 2015-06-22 22:04:38 -07:00
Roman Move SVG folder up in the directory tree 2015-06-24 22:48:05 -07:00
RomanMasters Source Code Pro - upright version 2.005, italic version 1.025 - 2015-06-22 22:04:38 -07:00
svg Change SVG file names to match the corresponding glyph final names 2015-06-24 23:15:02 -07:00
.gitignore gitignore update 2015-06-06 22:27:19 -07:00
addSVGtable.py Adds Python script to inject SVG tables into fonts, and adds SVG step to build script 2015-06-25 02:07:58 -07:00
build.sh Adds Python script to inject SVG tables into fonts, and adds SVG step to build script 2015-06-25 02:07:58 -07:00
family.fea Disabled featureNames in ccXX features 2015-06-06 23:35:17 -07:00
FontMenuNameDB Removes string entries for missing glyphs so that instances can be made. Adds hinting values to UFO masters so that instances can be hinted. Edits FMNDB and family.fea so that fonts can be compiled. Adds features and fontinfo files for instances so that fonts can be compiled. 2014-07-17 11:37:52 -07:00
GlyphOrderAndAliasDB Source Code Pro - upright version 2.005, italic version 1.025 - 2015-06-22 22:04:38 -07:00
index_to_resources.txt Preserves changes previous to Miguel’s push. In the middle of adding triangular bullets. 2015-06-04 18:27:09 -07:00
LICENSE.txt first release 2012-09-20 17:06:26 -07:00
package.json adding package.json for npm install 2014-12-06 20:40:13 -08:00
README.md Switch to RawGit from HTML Preview 2014-12-12 17:03:12 -08:00
relnotes.txt Source Code Pro - upright version 2.005, italic version 1.025 - 2015-06-22 22:04:38 -07:00
Roadmap.txt first release 2012-09-20 17:06:26 -07:00
SourceCodeProReadMe.html Merge branch 'master' of https://github.com/adobe/source-code-pro 2013-01-16 13:45:33 -08:00
tables.fea Updates tables.fea file to add Teo Tuominen to designer strings. Adds entries for Greek and Cyrillic to <BASE> table. 2015-06-07 10:16:30 -07:00
widthsAdjust.fea Updates glyph names in auxiliary files. 2015-04-23 14:23:24 -07:00

Source Code Pro

Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments. In addition to a functional OpenType font, this open source project provides all of the source files that were used to build this OpenType font by using the AFDKO makeotf tool.

Download the fonts (OTF, TTF, WOFF, EOT)

Font installation instructions

Building the fonts from source

Requirements

To build the binary font files from source, you need to have installed the Adobe Font Development Kit for OpenType (AFDKO). The AFDKO tools are widely used for font development today, and are part of most font editor applications.

Building one font

The key to building OTF or TTF fonts is makeotf, which is part of the AFDKO toolset.
Information and usage instructions can be found by executing makeotf -h.

In this repository, all necessary files are in place for building the OTF and TTF fonts.
For example, build a binary OTF font for the Regular style like this:

$ cd Roman/Regular/
$ makeotf -r

Building all fonts

For convenience, a shell script named build.sh is provided in the root directory.
It builds all OTFs and TTFs, and can be executed by typing:

$ ./build.sh

Getting Involved

Send suggestions for changes to the Source Code OpenType font project maintainer, [Paul D. Hunt](mailto:opensourcefonts@adobe.com?subject=[GitHub] Source Code Pro), for consideration.

Further information

For information about the design and background of Source Code, please refer to the official font readme file.