Browse Source

Add config for ratchicons directory

pull/712/head
Brandon J McKay 10 years ago
parent
commit
70f6768e82
  1. 10
      sass/ratchicons.scss
  2. 1
      sass/variables.scss

10
sass/ratchicons.scss

@ -6,11 +6,11 @@
font-family: Ratchicons; font-family: Ratchicons;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
src: url('../fonts/ratchicons.eot'); src: url($font-directory + '/ratchicons.eot');
src: url('../fonts/ratchicons.eot?#iefix') format('embedded-opentype'), src: url($font-directory + '/ratchicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/ratchicons.woff') format('woff'), url($font-directory + '/ratchicons.woff') format('woff'),
url('../fonts/ratchicons.ttf') format('truetype'), url($font-directory + '/ratchicons.ttf') format('truetype'),
url('../fonts/ratchicons.svg#svgFontName') format('svg'); url($font-directory + '/ratchicons.svg#svgFontName') format('svg');
} }
.icon { .icon {

1
sass/variables.scss

@ -5,6 +5,7 @@
// Type // Type
// -------------------------------------------------- // --------------------------------------------------
$font-directory: "../fonts" !default;
$font-family-default: "Helvetica Neue", Helvetica, sans-serif !default; $font-family-default: "Helvetica Neue", Helvetica, sans-serif !default;
$font-size-default: 17px !default; $font-size-default: 17px !default;
$font-weight: 500 !default; $font-weight: 500 !default;

Loading…
Cancel
Save