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-12-28 21:36:08 +02:00
emoji Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
Italic Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
ItalicMasters Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
Roman Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
RomanMasters Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
svg Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
.gitignore Add binary font files to gitignore 2015-12-28 21:10:43 +02:00
addSVGtable.py Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
all.rtf add |>, <|, enable && (still under work) 2014-08-23 21:44:18 +03:00
build.cmd Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
build.sh Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
buildInstances.sh Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
family.fea Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
FontMenuNameDB Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
GlyphOrderAndAliasDB Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
hasklig_example.png pic 2014-04-20 05:03:34 +03:00
ligatures.fea Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
README.md Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
tables.fea Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
widthsAdjust.fea Rebuild Hasklig based on latest Source Code Pro 2015-12-28 21:36:08 +02:00
widthsAdjust.mark first release 2012-09-20 17:06:26 -07:00

Hasklig

Hasklig 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
    npm install --fetch-only 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] Hasklig), for consideration.

Further information

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