Embedded Icon font source has base64 data URI in CSS

This commit is contained in:
iRouge
2015-02-01 18:09:48 -05:00
committed by Francis Lachapelle
parent 5cc14bb729
commit 72ae466541
49 changed files with 24 additions and 64275 deletions
@@ -6,15 +6,17 @@
// palettes import -
// ------------------------------------------------------------------------------
// fixme : consolidate all settings and imports in a decent 'settings' file
//@import '../themes/color-palette'; // fixme : clarify if it is deeded or assure by javascript
@import '../themes/color-palette'; // fixme : clarify if it is deeded or assure by javascript
// Font Variables
$font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif !default;
$font-family: Ubuntu, 'Helvetica Neue', sans-serif; //override
//$dark-theme: false !default;
//$foreground-color-palette: $color-grey !default;
//$foreground-base-color: map-get($foreground-color-palette, '1000') !default;
//$foreground-primary-color: rgba($foreground-base-color, 0.73) !default; $foreground-primary-color: rgba($foreground-base-color, 0.87);//override
$primary-color: map-get($color-vintage-blue, 'A700') !default;
//$foreground-primary-color: rgba($foreground-base-color, 0.73) !default;
$foreground-primary-color: rgba($primary-color, 0.87);//override
//$foreground-secondary-color: rgba($foreground-base-color, 0.54) !default;
//$foreground-tertiary-color: rgba($foreground-base-color, 0.26) !default;
//$foreground-quarternary-color: rgba($foreground-base-color, 0.12) !default;