diff --git a/agaric/fonts/ionicons.eot b/agaric/fonts/ionicons.eot deleted file mode 100755 index 92a3f20..0000000 Binary files a/agaric/fonts/ionicons.eot and /dev/null differ diff --git a/agaric/fonts/ionicons.svg b/agaric/fonts/ionicons.svg deleted file mode 100755 index 49fc8f3..0000000 --- a/agaric/fonts/ionicons.svg +++ /dev/null @@ -1,2230 +0,0 @@ - - - - - -Created by FontForge 20120731 at Thu Dec 4 09:51:48 2014 - By Adam Bradley -Created by Adam Bradley with FontForge 2.0 (http://fontforge.sf.net) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/agaric/fonts/ionicons.ttf b/agaric/fonts/ionicons.ttf deleted file mode 100755 index c4e4632..0000000 Binary files a/agaric/fonts/ionicons.ttf and /dev/null differ diff --git a/agaric/fonts/ionicons.woff b/agaric/fonts/ionicons.woff deleted file mode 100755 index 5f3a14e..0000000 Binary files a/agaric/fonts/ionicons.woff and /dev/null differ diff --git a/agaric/sass/agaric.scss b/agaric/sass/agaric.scss index 9eb2abb..28705b6 100644 --- a/agaric/sass/agaric.scss +++ b/agaric/sass/agaric.scss @@ -16,7 +16,6 @@ @import "../../node_modules/bulma/bulma"; @import "../../node_modules/slick-carousel/slick/slick.scss"; @import "../../node_modules/slick-carousel/slick/slick-theme.scss"; -@import "../../node_modules/ionicons/dist/scss/ionicons"; // Base diff --git a/agaric/sass/agaric/_variables.scss b/agaric/sass/agaric/_variables.scss index 9979a40..713c1a4 100755 --- a/agaric/sass/agaric/_variables.scss +++ b/agaric/sass/agaric/_variables.scss @@ -6,9 +6,7 @@ // Font directory $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: +// Agaric icons config path $agaricon-path: $font-dir !default; // Colors @@ -96,13 +94,6 @@ $link-hover-padding: 0.25em !default; // // Styleguide: Base.Variables.Fonts -@font-face { - font-family: "Ionicons"; - src: url("#{$font-dir}/ionicons.eot"); - src: url("#{$font-dir}/ionicons.eot#iefix") format("embedded-opentype"), url("#{$font-dir}/ionicons.ttf") format("truetype"), url("#{$font-dir}/ionicons.woff") format("woff"), url("#{$font-dir}/ionicons.svg#Ionicons") format("svg"); - font-weight: normal; - font-style: normal; -} @font-face { font-family: 'Poppins'; src: url("#{$font-dir}/Poppins-400.woff2") format('woff2'), url("#{$font-dir}/Poppins-400.woff") format('woff'), url("#{$font-dir}/Poppins-400.ttf") format('truetype');