Skip to content

webfonts: name fix #15602

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

Merged
merged 1 commit into from
Jul 12, 2014
Merged

webfonts: name fix #15602

merged 1 commit into from
Jul 12, 2014

Conversation

adrientetar
Copy link
Contributor

Not sure how I did miss that in the first place...

r? @alexcrichton

@@ -478,8 +478,8 @@ fn write_shared(cx: &Context,
include_bin!("static/FiraSans-Regular.woff")));
try!(write(cx.dst.join("FiraSans-Medium.woff"),
include_bin!("static/FiraSans-Medium.woff")));
try!(write(cx.dst.join("SourceSerifPro-Bold.woff"),
include_bin!("static/SourceSerifPro-Bold.woff")));
try!(write(cx.dst.join("SourceSerifPro-Regular.woff"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you swap this with the Hueristica-Italic line, to keep it with the other SourceSerifPro?

@adrientetar
Copy link
Contributor Author

@huonw Done.

@huonw
Copy link
Member

huonw commented Jul 11, 2014

Well... I was actually thinking of moving it down, so that the 4 Source*Pro fonts are next to each other. (Sorry for nitpicking, but hopefully having the similar names adjacent will avoid mistakes like this in future.)

@adrientetar
Copy link
Contributor Author

@huonw Done.

bors added a commit that referenced this pull request Jul 12, 2014
Not sure how I did miss that in the first place...

r? @alexcrichton
@bors bors closed this Jul 12, 2014
@bors bors merged commit f26c31d into rust-lang:master Jul 12, 2014
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.

3 participants