• Robert Knight's avatar
    Inline the H icon font · c3960b8e
    Robert Knight authored
    The previous fix to use an absolute URL to the icon
    font did not work in the Chrome extension because
    the base path for assets was different.
    
    The proper solution here will involve refactoring
    the CSS build pipeline and possibly automatically
    inlining font URLs in the process. I did not just
    add a preprocessor to inline all URLs because
    that would also have affected fonts in katex.min.css
    and added significantly to the size of the CSS bundle.
    
    This commit reverts back to the previous solution of
    inlining just the icon font.
    
    See #2571
    c3960b8e
Name
Last commit
Last update
..
fonts Loading commit data...
ICOMOON.md Loading commit data...
angular-csp.css Loading commit data...
angular-toastr.css Loading commit data...
icomoon.css Loading commit data...
katex.min.css Loading commit data...