No Description

mikedug 3b76b1e1df adding final full glyph order hinted files 4 years ago
Docs 94d063363f Clean up 4 years ago
HintingSource 3b76b1e1df adding final full glyph order hinted files 4 years ago
Scripts 6f96c730cd Update mapper-VTT-gids.py 4 years ago
fonts 2139316e07 New Roboto-unhinted with restored composites 4 years ago
master_ufo 2139316e07 New Roboto-unhinted with restored composites 4 years ago
.gitignore 5c993416a9 Update VF 4 years ago
LICENSE.txt c97bb0cce9 Update README.md & add LICENSE file (#7) 6 years ago
README.md 5629a5ac79 Update README.md 6 years ago
Roboto-min.designspace 7f7c3f2295 Update build 4 years ago
Roboto-min.stylespace 7f7c3f2295 Update build 4 years ago
build-min.sh c498b66df0 Update VF 4 years ago
requirements.txt 5c993416a9 Update VF 4 years ago

README.md

Roboto VF

This is a variable version of Roboto intended to be a 1:1 match with the official non-variable release from Google.

This is not an official Google project, but was enabled with generous funding by Google Fonts, who contracted Type Network. The Roboto family of instances contained 6 weights and two widths of normal, along with italic of the regular width. The project began by taking UFO instances generated during the build process of the Roboto v2.136 release, which have quadratic outlines. The Thin, Regular and Bold UFOs required some fixes for interpolation compatibility, and a build script was written that preserves outline overlaps.

  • /master_ufo contains new source UFOs

  • /fonts folder contains variation font TTFs

    • Roboto-min-VF.ttf has deltas for min, default and max

    • Roboto-VF.ttf has deltas min, default, max, and also intermediate instances

Both fonts have named instances for all the styles in the v2.136 release.

Install

# Create a new virtualenv
virtualenv env
# Activate env
source env/bin/activate
# Install dependencies
pip install -r requirements.txt

Generate

sh build.sh
sh build.sh

License

Both fonts and software found in this repo are all available under the Apache License v2.0