• Robert Knight's avatar
    Fix icon fonts in production builds · 742b67b6
    Robert Knight authored
    As described in GH #2571, URL rebasing is broken
    in the CSS asset pipeline, so relative URLs in
    CSS files under styles/vendor are incorrect.
    
    Previously icomoon.css worked because one of the
    font variants (TTF) was inlined as a data URL.
    This broken in the previous update which had only
    the relative .woff URL.
    
    This commit patches the issue by using an absolute URL
    in the icomoon.css file. It will be fixed properly in
    the CSS build as part of moving that out of the Python
    web app.
    
    See #2571
    742b67b6
icomoon.css 2.82 KB