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

Add WOFF2 format #3

Closed
sergejmueller opened this issue Jun 16, 2014 · 6 comments
Closed

Add WOFF2 format #3

sergejmueller opened this issue Jun 16, 2014 · 6 comments
Milestone

Comments

@sergejmueller
Copy link

Chrome 36 will support the next generation WOFF 2.0 web font format.

File: octicons.woff2
Converted via https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a

CSS changes:

@font-face {
  font-family: 'octicons';
  src: url('octicons.eot?#iefix') format('embedded-opentype'),
       url('octicons.woff2') format('woff2'),
       url('octicons.woff') format('woff'),
       url('octicons.ttf') format('truetype'),
       url('octicons.svg#octicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@cameronmcefee
Copy link

Thanks @sergejmueller! Octicons is built by an external process, so I'll have to look into implementing the woff2 conversion for future releases.

@kennethormandy
Copy link
Contributor

Woah thanks for putting that service together, @sergejmueller. I might have more questions for you about that, if that’s cool.

@sergejmueller
Copy link
Author

@kennethormandy You 're welcome.

@tagliala
Copy link

tagliala commented Sep 2, 2014

Hi, I was experimenting woff2 with Font Awesome and I want to inform you that the rendering at the default zoom level (100%) is not the same of woff. This is causing issues particularly with non-retina displays

I used the service mentioned in the above gist to convert ttf to woff

You can take a look here: FortAwesome/Font-Awesome#4261

edit don't mind, there is no issue with woff2

@Martii
Copy link

Martii commented Dec 14, 2015

+1

@jonrohan jonrohan added this to the v4.0.0 milestone Feb 14, 2016
@jonrohan
Copy link
Member

jonrohan commented Jun 6, 2016

fixed in #89

@jonrohan jonrohan closed this as completed Jun 6, 2016
jonrohan added a commit that referenced this issue Oct 12, 2017
Adding interpolation of variables
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

No branches or pull requests

6 participants