1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-07-14 13:50:33 +03:00
Hasklig - a code font with monospaced ligatures
Go to file
2019-06-07 01:34:25 -07:00
emoji Preserving emoji work before branching and resetting this current branch. 2015-07-07 10:47:52 -07:00
Italic Fixes to include() paths 2019-06-07 01:34:25 -07:00
Roman Fixes to include() paths 2019-06-07 01:34:25 -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 Update gitignore 2018-02-11 02:26:09 -08:00
addSVGtable.py [addSVGtable.py] Remove fontTools workaround 2018-01-18 23:33:51 -08:00
build.cmd Update build scripts 2017-07-26 00:25:55 -07:00
build.sh Revert "Change fontWeigts variable in build.sh to compatible with zsh" 2017-10-13 10:25:33 -07:00
buildVFs.sh Make tool names lowercase so the commands don't fail on Linux 2018-02-24 15:42:28 -08:00
familyGPOS.fea Move features.fea files inside the UFOs 2017-07-25 13:40:30 -07:00
familynameIDs.fea Refactor name table FEA 2017-07-25 08:56:00 -07:00
familyOS2.fea rrefactoring of feature files 2017-01-21 10:39:26 -08:00
familyTables.fea Fixes to include() paths 2019-06-07 01:34:25 -07:00
familyWidthsAdjust.fea rrefactoring of feature files 2017-01-21 10:39:26 -08:00
features.fea Refactor name table FEA 2017-07-25 08:56:00 -07:00
featuresVar.fea Fixes to include() paths 2019-06-07 01:34:25 -07:00
FontMenuNameDB Change font names in masters 2017-07-25 14:24:23 -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.md File extension change 2017-07-24 18:20:47 -07:00
README.md Update Readme.md 2019-03-17 13:31:58 -07:00
relnotes.txt Updates formatting of <relnotes.txt> file. 2016-06-09 07:57:01 +10:00
uvs.txt Updates UVS file to remove inline comments. 2016-05-26 08:47:24 +10: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, WOFF2, EOT)

Font installation instructions

  • macOS
  • Windows
  • Linux/Unix-based systems
  • Homebrew (macOS)
    brew tap homebrew/cask-fonts && brew cask install font-source-code-pro
  • Pacman (Arch Linux)
    pacman -S adobe-source-code-pro-fonts
  • dnf (Fedora)
    sudo dnf install adobe-source-code-pro-fonts
  • pkg(8) (FreeBSD)
    pkg install sourcecodepro-ttf
  • 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/Instances/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, for consideration.

Further information

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