Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family. In addition to functional OpenType fonts, this open source repository provides all of the source files that were used to build them using the Adobe Font Development Kit for OpenType (AFDKO).
- macOS
- Windows
- Linux/Unix-based systems
- Bower
bower install git://github.com/adobe-fonts/source-serif-pro.git#release
- npm 2.x
npm install --fetch-only git://github.com/adobe-fonts/source-serif-pro.git#release
- npm 3.x
npm install git://github.com/adobe-fonts/source-serif-pro.git#release
To build the binary font files from source, you need to have the Adobe Font Development Kit for OpenType (AFDKO) installed. The AFDKO tools are widely used for font development today, and are part of most font editor applications.
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
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
Send suggestions for changes to the Source Serif OpenType font project maintainer, Frank Grießhammer, for consideration.
For information about the design and background of Source Serif, please refer to the official font readme file. For a quick glance at the design of Source Serif, see the editable web specimen.