gulp-rails-pipeline icon indicating copy to clipboard operation
gulp-rails-pipeline copied to clipboard

Icon fonts not working

Open YanTheFawn opened this issue 10 years ago • 1 comments

Hey guys, I just ran through the instructions for installing, and everything seems to load fine except for the icon fonts. When I inspect one of the icons, I'm seeing what appears to be some kind of encoding failure for the 'content' css property? See below

.icon.-twitter:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; content: "";

Any suggestions? Thanks in advance!

YanTheFawn avatar Oct 02 '15 01:10 YanTheFawn

It may have to do with the version of gulp-icon-font installed. I know they changed the implementation of the glyph output at some point. You could try using the task from gulp-starter, along with the version specified in the package.json there. https://github.com/vigetlabs/gulp-starter

This project was based off an old version of that. Gulp starter is more up to date. It's on my to-do list to get this repo updated soon.

greypants avatar Oct 02 '15 02:10 greypants