Skip to content

SorkinType/SplineSansMono

 
 

Repository files navigation

Spline Sans Mono by Sorkin Type

Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces, checkout processes, and programming. Space efficiency is accomplished by condensing traditional grotesque proportions. The cool and restrained tone is accented with strategic "thorn" traps, which blossom into view when set at larger sizes.

Spline Sans Mono is an original typeface initiated by the Spline Team and designed by Eben Sorkin and Mirko Velimirovic. Project manager - Faride Mereb. Testing and design feedback - Gonçalo Teixeira. Concept - Alejandro León.

Spline Sans Mono supports Google Core, Google Plus, Google Pro, Plus Optional, and Pro optional glyph sets, enabling the typesetting of English, and Western European languages.

Sample Image

License

Spline Sans is available under the SIL Open Font License v1.1, for more details see OFL.txt.

Contributions

To contribute ideas and feedback, see https://github.com/SorkinType/SplineSansMono

Source Files - Glyphs app file

└── sources
    ├── SplineSansMono.glyphs	# Contains all data to build the font


Build Instructions

To build the font use Glyphs App and export TTF, OTF or other supported file formats.

or if you do not have a copy of Glyphs please do the following. Open terminal (if using macos)

$ python3 -m venv venv Sets up a python virtual environment

$ source venv/bin/activate Turns on your virtual environment

$ pip install --upgrade pip upgrades pip

$ pip install gftools gives you the tools you will need to build the project

then from the root of the repo $ gftools build-vf --fixnonhinting --static

Repository Layout

This font repository structure is inspired by Unified Font Repository v0.3, modified for the Google Fonts workflow.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.1%
  • Makefile 24.4%
  • HTML 3.5%