-
Notifications
You must be signed in to change notification settings - Fork 250
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
What is iconic for? #21
Comments
yup that's what it's for, i'd be down for abstracting that out a bit though like you say |
Just realize a font-face mixin is going to have a lot of arguments: font-family, multiple srcs, font-style, font-weight, font-stretch, etc. Any suggestions on the API? |
oh, one more thing. do you approve the logic used in compass? I'm going to shamelessly copy that if you think what they did is right. :) |
btw, they only support font-family and multiple srcs. I'm not sure if we should copy that too or support everything documented in w3c. |
hmm probably best to keep it simple for now, I haven't seen the compass one |
Actually, the only part in
What do you think? |
If you want to make it better than compass/fontsquirrel, allow definition of font-weight src files so you don't have to use different font-families for different weights. This keeps it simple for the developer. |
@kmiyashiro I don't think this is something should be handled in the framework layer. You can easy do this
I never knew this technique though. Thanks for link. |
This issue hasn't been active for 2 years, so I'm closing this. If you think it is still an issue; reopen. [slang-bot] |
Does it mean to help user create icons?
Why not create a font-face function so the user can use whatever font she wants?
I'd be happy to add a font-face function if you think it will be worth it.
The text was updated successfully, but these errors were encountered: