Go to file
Paul D. Hunt b98dada295 Updates UVS file to remove inline comments. 2016-05-26 08:47:24 +10:00
Italic Source Code Pro, version 2.025 (romans) & version 1.045 (italics) – Adds provisional anchors for Athabaskan goners (not implemented). Regenerates instance UFOs. Fixes names of a couple SVG files to match final glyph names in fonts. Recompiles fonts with UVSes. 2016-05-25 17:59:20 +10:00
ItalicMasters Source Code Pro, version 2.025 (romans) & version 1.045 (italics) – Adds provisional anchors for Athabaskan goners (not implemented). Regenerates instance UFOs. Fixes names of a couple SVG files to match final glyph names in fonts. Recompiles fonts with UVSes. 2016-05-25 17:59:20 +10:00
Roman Source Code Pro, version 2.025 (romans) & version 1.045 (italics) – Adds provisional anchors for Athabaskan goners (not implemented). Regenerates instance UFOs. Fixes names of a couple SVG files to match final glyph names in fonts. Recompiles fonts with UVSes. 2016-05-25 17:59:20 +10:00
RomanMasters Source Code Pro, version 2.025 (romans) & version 1.045 (italics) – Adds provisional anchors for Athabaskan goners (not implemented). Regenerates instance UFOs. Fixes names of a couple SVG files to match final glyph names in fonts. Recompiles fonts with UVSes. 2016-05-25 17:59:20 +10:00
emoji Preserving emoji work before branching and resetting this current branch. 2015-07-07 10:47:52 -07:00
svg Source Code Pro, version 2.025 (romans) & version 1.045 (italics) – Adds provisional anchors for Athabaskan goners (not implemented). Regenerates instance UFOs. Fixes names of a couple SVG files to match final glyph names in fonts. Recompiles fonts with UVSes. 2016-05-25 17:59:20 +10:00
.gitignore Source Code Pro – uprights version 2.022, italics version 1.042 – 2016-05-12 14:03:39 +10: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 Adds duplicate emoji glyphs to fonts and to <GOADB> files. Adds <uvs.txt> file for proper mapping of color emoji. Renames SVGs to correspond with final glyphs names with <_uniFF0E>. Updates DV files to make duplicate emoji glyphs components. Removes junk data from masters with Cleaner extension; normalizes master UFOs. 2016-05-25 15:47:47 +10:00
LICENSE.txt first release 2012-09-20 17:06:26 -07:00
README.md Update npm instructions 2015-12-02 22:25:18 -08:00
addSVGtable.py Gzip SVG table 2016-05-02 02:16:39 -07:00
build.cmd Add windows build script. Fix #105. 2015-08-31 14:11:05 +03:00
build.sh Support paths with spaces 2015-07-15 03:05:54 -07:00
family.fea Source Code Pro – uprights version 2.022, italics version 1.042 – 2016-05-12 14:03:39 +10: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
relnotes.txt Update version numbers and release notes 2016-05-05 16:37:53 -07: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
uvs.txt Updates UVS file to remove inline comments. 2016-05-26 08:47:24 +10:00
widthsAdjust.fea Source Code Pro – uprights version 2.022, italics version 1.042 – 2016-05-12 14:03:39 +10:00

README.md

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, WOFF2, EOT)

Font installation instructions

  • Mac OS X
  • Windows
  • Linux/Unix-based systems
  • Bower
    bower install git://github.com/adobe-fonts/source-code-pro.git#release
  • npm 2.x
    npm install --fetch-only git://github.com/adobe-fonts/source-code-pro.git#release
  • npm 3.x
    npm install git://github.com/adobe-fonts/source-code-pro.git#release

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 is provided in the root directory. It builds all OTFs and TTFs, and can be executed by typing:

$ ./build.sh

or this on Windows:

> build.cmd

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.