print font

This commit is contained in:
Stephan 2017-01-10 13:38:28 +01:00
parent a7a92e7703
commit 34c73a2d47
5 changed files with 24 additions and 0 deletions

View file

@ -13,6 +13,12 @@
line-height: $text_line_1;
}
%basic_print {
font-family: $third_font_family;
font-size: $text_size_1;
line-height: $text_line_1;
}
%head_all {
color: $basic_head_color;
}