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
I haven't tried to used it through SaaS but the build available through npm looks like this
@font-face { font-family: 'Open Sans'; src: url("fonts/OpenSans-Regular-webfont.eot"); src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg"); font-weight: normal; font-weight: 400; font-style: normal; }
and seems it should be
src: url("../fonts/OpenSans-Regular-webfont.eot");
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I haven't tried to used it through SaaS but the build available through npm looks like this
and seems it should be
Thanks
The text was updated successfully, but these errors were encountered: