-
Notifications
You must be signed in to change notification settings - Fork 169
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
jquery: switch font to self-hosted Cairo #451
Conversation
@timmywil Can you mention somewhere the origin of the Perhaps also add a license file in the Cairo subdirectory, which would include the copyright attribution statement (assuming the source has one). Afaik the OFL is similar to MIT and CC-BY licenses, in so far that it allows free distribution so long as you attribute the author. Right now, the repo doesn't. |
File size comparisons
So, a more significant difference from ttf to woff and a relatively minor difference for woff2, but I'll include it now that I have it. Edit: I went ahead and converted a fontawesome woff2. See above for comparisons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR still adds TTF files. However, this makes sense as we need to allow reproducing how we created the WOFF ones. LGTM!
Set the amount via line-height to match the previous height exactly, rather than approximating via padding. Ref #451
No longer loaded from TypeKit as of #451.
Follows-up #451 * URLs were updated to HTTPS at <https://fortawesome.github.com/Font-Awesome>, but this has been a 404 Not Found for a while. It looks like we currently include version 3.0.2, I've now documented this and updated the source URL to https://fontawesome.com/v3/ for future reference. * Move the (unused) font-awesome.css file to the FontAwesome directory, and move said directory to lib/ for clarity. * Fix incorrect license claim from CC BY 3.0 to MIT License for Font Awesome CSS declarations included in base.css. As per the license header in font-awesome.css, and per <https://fontawesome.com/v3/license/>, font is under OFL, and the CSS code under MIT. Only the doc website was under CC BY, not the software itself. * Similarly move Cairo to lib/ and add its entry to NOTICE.txt. * Preserve a copy of the unmodified normalize.css, along with its LICENSE file and the author attribution in the license's copyright statement that the MIT license requires to be preserved.
Follows-up #451, to avoid cached CSS that references font families that the current HTML no longer loads, and are thus missing.
…choose-gifts, big-message No search results for these. Mainly motivated by removing old references to the now-undefined Klavika font. Ref #451.
Fixes gh-446