First print styles and cdn switch

This commit is contained in:
Stephan 2016-12-14 12:54:39 +01:00
parent e3105a8698
commit ed66b9f6ee
7 changed files with 86 additions and 8 deletions

View file

@ -26,12 +26,12 @@ $head_line_2: $text_line_1;
$head_line_3: $text_line_1;
$head_line_4: $text_line_1;
$primary_font_family: #{'Roboto', sans-serif};
$default_font_family: #{'Trebuchet MS', Helvetica, Arial, sans-serif, sans} !default;
$primary_font_family: $default_font_family;
$secondary_font_family: #{'Roboto', sans-serif};
$third_font_family: #{'Courier New', monospace};
$alternative_font_family: #{'Trebuchet MS', Helvetica, Arial, sans-serif, sans};
$basic_indent: 2em;