Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change RobotoSlab font to webfont (version v7) #642

Merged
merged 2 commits into from May 24, 2018
Merged

Conversation

jessetan
Copy link
Contributor

This PR:

  • Adds additional formats (woff2, woff, eot) to the existing ttf format
  • The woff(2) files are about 30%-50% of the size of the ttf files, which decreases time to download
  • Supports modern browsers through woff(2), IE < 9 through eot, older Safari/Android through ttf. Unused font files are not downloaded by the browser.
  • Uses the latest version of the font (v7) generated using https://github.com/majodev/google-webfonts-helper
  • Does not check for local installs of Roboto Slab. This can be added at the slight risk of making the font look different. Users with the font installed will not need to download the webfont.
  • Does not use character subsetting. Much smaller files are possible if only the Latin set is required

Related: #639

@Blendify Blendify merged commit 9fdadd5 into master May 24, 2018
@stsewd stsewd deleted the robotoslab-webfont branch January 2, 2019 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants