You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
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
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: