1
0
Fork 0
mirror of https://github.com/adobe-fonts/source-sans.git synced 2024-12-30 14:26:16 +01:00
Adobe Source Sans mirror for nyanoblog
Find a file
Khaled Hosny d4f7a6fcc6 Use UTF-8
2015-09-30 12:46:37 +02:00
Italic Updates relnotes file to add note about NULL and CR glyphs removed from TT fonts. Replaces italic TT source fonts with reordered, augmented versions. 2015-09-01 12:52:11 -07:00
ItalicMasters instances files are no longer needed 2015-09-15 17:55:22 -07:00
Roman
RomanMasters instances files are no longer needed 2015-09-15 17:55:22 -07:00
.gitignore
build.cmd switch off SVG file handling 2015-09-15 18:20:16 -07:00
build.sh
FontMenuNameDB Use UNIX line endings instead of old Mac ones 2015-09-30 12:45:51 +02:00
LICENSE.txt
README.md npm install instructions 2015-09-18 04:04:08 -07:00
relnotes.txt Updates relnotes file to add note about NULL and CR glyphs removed from TT fonts. Replaces italic TT source fonts with reordered, augmented versions. 2015-09-01 12:52:11 -07:00
Roadmap.txt Use UTF-8 2015-09-30 12:46:37 +02:00
tables.fea

Source Sans Pro

Source Sans 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-sans-pro.git#release
  • npm
    npm install --fetch-only git://github.com/adobe-fonts/source-sans-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 Sans OpenType font project maintainer, [Paul D. Hunt](mailto:opensourcefonts@adobe.com?subject=[GitHub] Source Sans Pro), for consideration.

Further information

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