Small fixes

This commit is contained in:
Stephan 2016-12-01 18:00:18 +01:00
parent f2dfe32ca2
commit 3598c3fc8f
3 changed files with 7 additions and 3 deletions

View file

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

View file

@ -6,7 +6,7 @@
// Reset // Reset
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------
@import "other/normalize.min.css"; @import "other/normalize.css";

View file

@ -2,7 +2,7 @@
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------
%basic { %basic {
font-family: $secondary_font_family; font-family: $primary_font_family;
font-size: $text_size_1; font-size: $text_size_1;
line-height: $text_line_1; line-height: $text_line_1;
} }
@ -51,8 +51,10 @@
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------
body { body {
font-family: $primary_font_family;
font-size: $basic_size; font-size: $basic_size;
line-height: $basic_line; line-height: $basic_line;
color: $basic_font_color;
} }
// Grouping // Grouping