Icons isn't working
Closed this issue · 7 comments
x88 commented
x88 commented
Hm... For solving I should manually change in gumby.css
@charset "IBM866";
to
@charset "UTF-8";
x88 commented
Adding into config.rb this
Encoding.default_external = "utf-8"
helped and fixed incorrect compiling.
danhere commented
Did adding that fix it? Character encoding has been an issue with the fonts for several other users as well. All the files should be UTF-8. Any other file encoding type will give you the issues you posted above.
fideloper commented
x88 commented
@fideloper, I had compiled sass from windows console. But compass has been ignored @charset
instructions and used 866 locale.