Нет описания

Dave Crossland 5437ce0539 Upgrade license to OFL 4 лет назад
Docs cf40082415 Delete dirs 4 лет назад
Scripts a7efb4c51c Re-organize repo 4 лет назад
fonts 8dbe58d0e0 Update READMEs 4 лет назад
sources b25b44e4d3 Update Roboto-min.designspace 4 лет назад
.gitignore 5c993416a9 Update VF 4 лет назад
AUTHORS.txt a7efb4c51c Re-organize repo 4 лет назад
CONTRIBUTORS.txt a7efb4c51c Re-organize repo 4 лет назад
DESCRIPTION.en_us.html a7efb4c51c Re-organize repo 4 лет назад
FONTLOG.txt a7efb4c51c Re-organize repo 4 лет назад
OFL.txt 5437ce0539 Upgrade license to OFL 4 лет назад
README.md 8dbe58d0e0 Update READMEs 4 лет назад
requirements.txt ecfc7c5195 Update Files 4 лет назад

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.

  • /sources contains new source UFOs

  • /fonts folder contains variation font TTFs

    • Roboto[ital,wdth,wght].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 sources/build-min.sh

License

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