We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Amazing tool, I do find that I need the font.css that fontprep generated with the list of all the filetypes and weights.
Like so:
font-family: 'Neutraface 2 Text Bold'; src: url('Neutra2Text-Bold.eot'); /* IE9 Compat Modes */ src: url('Neutra2Text-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Neutra2Text-Bold.woff') format('woff'), /* Modern Browsers */ url('Neutra2Text-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('Neutra2Text-Bold.svg#e5bebe314e929cdf22abdf4bbfb62856') format('svg'); /* Legacy iOS */ font-style: normal; font-weight: 700; }
Would be great to have this feature :)
The text was updated successfully, but these errors were encountered:
Yes, FontPrep had this and was the sole reason why I used it.
Sorry, something went wrong.
"It is the simpler, faster, free successor to FontPrep" It's not faster if we need to code the css our selfs :)
Fixed via #20
cc/ @matthewgonzalez
No branches or pull requests
Amazing tool, I do find that I need the font.css that fontprep generated with the list of all the filetypes and weights.
Like so:
Would be great to have this feature :)
The text was updated successfully, but these errors were encountered: