Commit 7cc319cc authored by Sean Hammond's avatar Sean Hammond

Merge pull request #2572 from robertknight/icon_font_fix

Fix icon fonts in production builds
parents 7f1631f6 742b67b6
@font-face {
font-family: 'h';
src: url('fonts/h.woff?e944zd') format('woff');
/* WARNING - the URL below was modified from the generated URL
* to use an absolute instead of relative URL
* because the CSS asset pipeline is not correctly rebasing
* URLs when concatenating files together.
*
* See issue #2571
*/
src: url('/assets/styles/vendor/fonts/h.woff?e944zd') format('woff');
font-weight: normal;
font-style: normal;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment