Commit ad89beca authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '232816-multiple-icons-are-missing' into 'master'

Resolve "Multiple icons are missing"

Closes #232816

See merge request gitlab-org/gitlab!38190
parents 39762ba9 44999bc9
......@@ -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