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
It would be great if it would pair the fonts with a fonts.css/fonts.less/fonts.scss. Which would look a bit like this:
fonts.css
fonts.less
fonts.scss
@font-face { font-family: 'FontA'; src: url('./fonts/font-a.eot'); src: url('./fonts/font-a.eot?#iefix') format('embedded-opentype'), url('./fonts/font-a.woff2') format('woff2'), url('./fonts/font-a.woff') format('woff'), url('./fonts/font-a.ttf') format('truetype'), url('./fonts/font-a.svg#svgFontName') format('svg'); }
The text was updated successfully, but these errors were encountered:
I will try it. Thank you for your feed back!
Sorry, something went wrong.
Would be great if it could pull the full font face. Looks like it's still pulling just the single font styles.
Thank you for the plugin, though. Helpful!
No branches or pull requests
It would be great if it would pair the fonts with a
fonts.css
/fonts.less
/fonts.scss
.Which would look a bit like this:
The text was updated successfully, but these errors were encountered: