Fix/make consistent agaric icon font directory
This commit is contained in:
parent
d6b6def7b3
commit
ee125bcd80
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
||||||
//
|
//
|
||||||
// Styleguide: Component.Agaricons
|
// Styleguide: Component.Agaricons
|
||||||
|
|
||||||
$agaricon-path: 'fonts/' !default;
|
$agaricon-path: 'fonts' !default;
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Agaricons';
|
font-family: 'Agaricons';
|
||||||
src: url("#{$agaricon-path}agariccons.eot");
|
src: url("#{$agaricon-path}/agariccons.eot");
|
||||||
src: url("#{$agaricon-path}agariccons.woff2") format('woff2'), url("#{$agaricon-path}agariccons.woff") format('woff'), url("#{$agaricon-path}agariccons.otf") format('opentype');
|
src: url("#{$agaricon-path}/agariccons.woff2") format('woff2'), url("#{$agaricon-path}/agariccons.woff") format('woff'), url("#{$agaricon-path}/agariccons.otf") format('opentype');
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue