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

Ensure italic angles are all equal (-8) #32

Closed
1 task
davelab6 opened this issue Feb 22, 2016 · 4 comments
Closed
1 task

Ensure italic angles are all equal (-8) #32

davelab6 opened this issue Feb 22, 2016 · 4 comments

Comments

@davelab6
Copy link
Contributor

  • Ensure italic angles are all equal
$ fontbakery-fix-italicangle.py ~/fonts/ofl/merriweather/Merriweather-*ttf
| filename                     |   italicAngle |
|:-----------------------------|--------------:|
| Merriweather-Black.ttf       |           0   |
| Merriweather-BlackItalic.ttf |          -8   |
| Merriweather-Bold.ttf        |           0   |
| Merriweather-BoldItalic.ttf  |          -8   |
| Merriweather-Italic.ttf      |          -8   |
| Merriweather-Light.ttf       |           0   |
| Merriweather-LightItalic.ttf |          -7.8 |
| Merriweather-Regular.ttf     |           0   |
$
@davelab6
Copy link
Contributor Author

@EbenSorkin this should be easy to fix with a glyphs export

@EbenSorkin
Copy link
Owner

So it isn't a reading of shapes it is in the meta data... yeah?

@EbenSorkin
Copy link
Owner

If so - then this is fixed already.

@davelab6
Copy link
Contributor Author

Yep, confirmed

$ grep cAngle Merriweather-*.ttx;
Merriweather-Black.ttx:    <italicAngle value="0.0"/>
Merriweather-BlackItalic.ttx:    <italicAngle value="-8.0"/>
Merriweather-Bold.ttx:    <italicAngle value="0.0"/>
Merriweather-BoldItalic.ttx:    <italicAngle value="-8.0"/>
Merriweather-Italic.ttx:    <italicAngle value="-8.0"/>
Merriweather-Light.ttx:    <italicAngle value="0.0"/>
Merriweather-LightItalic.ttx:    <italicAngle value="-8.0"/>
Merriweather-Regular.ttx:    <italicAngle value="0.0"/>

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

2 participants