initial check-in

This commit is contained in:
Luker666
2018-11-18 11:51:54 +01:00
commit 569ad94a13
1487 changed files with 88516 additions and 0 deletions

8
scss/_mixins.scss Normal file
View File

@@ -0,0 +1,8 @@
@mixin body-font() {
font-family: 'Lato';
}
@mixin heading-font() {
font-weight: 700;
font-family: 'Montserrat';
}