fix a few more things
This commit is contained in:
parent
a63630c808
commit
d6b6def7b3
15 changed files with 68 additions and 66 deletions
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
// Styleguide: Component.Agaricons
|
||||
|
||||
$agaricon-path: 'fonts/';
|
||||
$agaricon-path: 'fonts/' !default;
|
||||
@font-face {
|
||||
font-family: 'Agaricons';
|
||||
src: url("#{$agaricon-path}agariccons.eot");
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
$font-dir: "../fonts" !default;
|
||||
// Ionicons config path (used in ionicons Sass)
|
||||
$ionicons-font-path: $font-dir !default;
|
||||
// We seem to do the same thing with agariccons:
|
||||
$agaricon-path: $font-dir !default;
|
||||
|
||||
// Colors
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue