https://github.com/productiontype/Spectral
Spectral is an original typeface designed by Production Type, primarily intended for use inside Google’s Docs and Slides.
https://github.com/productiontype/Spectral
Last synced: 3 days ago
JSON representation
Spectral is an original typeface designed by Production Type, primarily intended for use inside Google’s Docs and Slides.
- Host: GitHub
- URL: https://github.com/productiontype/Spectral
- Owner: productiontype
- License: ofl-1.1
- Created: 2017-06-14T11:28:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T21:09:00.000Z (6 months ago)
- Last Synced: 2025-05-03T07:18:08.688Z (5 days ago)
- Homepage: https://productiontype.github.io/Spectral/
- Size: 35.7 MB
- Stars: 249
- Watchers: 21
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-design - productiontype/Spectral
README
Spectral by Production Type
===========================Spectral is an original typeface primarily intended for use inside Google’s Docs and Slides.
It supports Google Fonts Latin Pro glyph set, enabling the typesetting of English, Western European languages as well as Vietnamese and 130+ other languages.
License
-------Spectral is available under the SIL Open Font License v1.1, for more details see [ofl.txt](ofl.txt).
Contributions
-------------The project is led by Production Type, a digital type design agency based in Paris and Shanghai.
To contribute ideas and feedback, see [github.com/productiontype/spectral](https://github.com/productiontype/spectral)Source Files
------------```
└── sources
├── BUILD.txt # Contains informations to build the fonts
├── hinting # Hinting control files
│ ├── Spectral-Bold.ctrl
│ ├── Spectral-BoldItalic.ctrl
│ ├── Spectral-Italic.ctrl
│ └── Spectral-Regular.ctrl
├── fix_weightcodes.py
├── generate_webfonts.sh # Create webfonts
├── generate.sh # Interpolate instances and build TTF files
├── post_generate_desktop.sh # Finish TTFs for desktop use
├── post_generate_ttf.sh # Finish TTFs
├── post_generate_web.sh # Finish TTFs for web use
├── webfont_metadata.xml
├── spectral-build-italic.designspace # Interpolation file
├── spectral-build-roman.designspace # Interpolation file
├── Spectral-Italic.ufo # UFO source master
├── Spectral-Regular.ufo # UFO source master
├── Spectral-XBold-Italic.ufo # UFO source master
├── Spectral-XBold.ufo # UFO source master
├── Spectral-XLight-Italic.ufo # UFO source master
└── Spectral-XLight.ufo # UFO source master
```Build Instructions
------------------To build the fonts see [BUILD.txt](https://github.com/productiontype/spectral/sources/BUILD.txt).