Setup:
Local Font with spaces in file name: font a.woff
CSS compression: enabled
produces following css: url(/sites/default/files/font...) without " " and thus browser cannot load font
Just renamed font to: font_a.woff and problem solved.
Setup:
Local Font with spaces in file name: font a.woff
CSS compression: enabled
produces following css: url(/sites/default/files/font...) without " " and thus browser cannot load font
Just renamed font to: font_a.woff and problem solved.
Comments
Comment #1
sreynen commentedWhich specific file has that CSS in it? That doesn't look like the CSS I'm seeing, which has both quotes and no /sites/default... prefix (since the font files are in the same directory as the CSS.
Comment #2
neslee canil pinto