![]() |
7 years ago | |
---|---|---|
DEMO | 7 years ago | |
Docs | 7 years ago | |
Scripts | 7 years ago | |
fonts | 7 years ago | |
instances | 8 years ago | |
master_ttf_interpolatable | 7 years ago | |
master_ufo | 7 years ago | |
.gitignore | 8 years ago | |
Notes.txt | 7 years ago | |
README.md | 7 years ago | |
Roboto-VF.ttf | 7 years ago | |
Roboto-min.designspace | 7 years ago | |
Roboto.designspace | 7 years ago | |
build-min.sh | 7 years ago | |
build.sh | 7 years ago | |
characters.indd | 8 years ago | |
glyphorder.txt | 8 years ago | |
instantiate.sh | 8 years ago | |
requirements.txt | 7 years ago |
Source UFOs were build from roboto v2.136 after fixing a couple glyphs for compatibility:
Then the build script was edited to preserve glyph overlap.
The master_ufo folder contains the new UFOs.
The fonts folder contains the variation font.
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 all named instances:
# Create a new virtualenv
$ virtualenv env
# Activate env
$ source env/bin/activate
# Install dependencies
$ pip install -r requirements.txt
$ sh build.sh