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

wasted @import font call #35

Open
jdwillemse opened this issue May 21, 2015 · 1 comment
Open

wasted @import font call #35

jdwillemse opened this issue May 21, 2015 · 1 comment

Comments

@jdwillemse
Copy link

Can you change the font to use a web-safe font instead of the google font?

The google font import makes an unnecessary call when the font is overridden in my project styles. When using bower it is not best practice to change anything in the packages you use. I import the package .css into my .css and then override specific rules. This doesn't work for the font @import. I can also copy the package .css to my project folder, but again this is not ideal as I'd essentially be forking the code locally.

This is a super small issue, but solving it would make this this already awesome plugin even awesomer!

@vestman
Copy link
Owner

vestman commented Dec 17, 2015

I completely agree, @jdwillemse! Removed in the next version that will be pushed today or tomorrow.

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