Commit 44999bc9 authored by Martin Wortschack's avatar Martin Wortschack

Use asset-url for fontawesome fonts

parent bcc3ed8a
......@@ -9,7 +9,7 @@
// scss-lint:disable MergeableSelector
@font-face {
font-family: 'FontAwesome';
src: url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff');
src: asset-url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), asset-url('fontawesome-webfont.woff?v=4.7.0') 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