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'm having some trouble using a font in Chrome. I've tested in IE11, Firefox and Edge and all of them are showing my font.
When I inspect network panel I noticed that sprite.svg image is like empty or transparent.
I'm newbie and have no idea what may be the problem. I searched Stackoverflow and the web with no success.
This is my gulp task (very simple):
const svgSprite = require("gulp-svg-sprites"); gulp.task('sprites', function () { return gulp.src('../icons/*.svg') .pipe(svgSprite({ cssFile: '../css/sprite.css', svgPath: '../../fonts/svg/sprite.svg' })) .pipe(gulp.dest("../fonts")); });
The text was updated successfully, but these errors were encountered:
Have you tried including another .svg icon ? I had the same problem with the default icon close.svg.
.svg
close.svg
Sorry, something went wrong.
No branches or pull requests
I'm having some trouble using a font in Chrome.
I've tested in IE11, Firefox and Edge and all of them are showing my font.
When I inspect network panel I noticed that sprite.svg image is like empty or transparent.
I'm newbie and have no idea what may be the problem. I searched Stackoverflow and the web with no success.
This is my gulp task (very simple):
The text was updated successfully, but these errors were encountered: