Small fixes
This commit is contained in:
parent
f2dfe32ca2
commit
3598c3fc8f
3 changed files with 7 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
|
||||
%basic {
|
||||
font-family: $secondary_font_family;
|
||||
font-family: $primary_font_family;
|
||||
font-size: $text_size_1;
|
||||
line-height: $text_line_1;
|
||||
}
|
||||
|
|
@ -51,8 +51,10 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
|
||||
body {
|
||||
font-family: $primary_font_family;
|
||||
font-size: $basic_size;
|
||||
line-height: $basic_line;
|
||||
color: $basic_font_color;
|
||||
}
|
||||
|
||||
// Grouping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue