-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Move fonts out of core repo #2223
Conversation
You mean https://github.com/videojs/font? |
Ugh, the diff for the grunt.js file is horrible. |
Ah yeah, forgot to revert the formatting change. I have my editor set to On Mon, Jun 1, 2015 at 9:04 AM Gary Katsevman notifications@github.com
|
@@ -4,7 +4,6 @@ $secondary-text: #F4A460; // currently just used for visited links in errors and | |||
$primary-bg: #000; | |||
$secondary-bg: lighten($primary-bg, 35%); | |||
|
|||
$icon-font-family: 'VideoJS'; |
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.
Should we not still set this here anyway? How might someone override it with their own? If that's a real use case.
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.
If someone was overriding it with there own, they'd probably want to override all of the icons partial basically (at least that was my thought).
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.
yeah, that makes sense
Should be good to go after the grunt file cleanup. |
Looks good. Pulling in. |
There's now a font build pipeline: videojs-font