Style setup

This commit is contained in:
2020-01-02 15:32:45 +01:00
parent 396e6b5f00
commit 635576847d
13 changed files with 331 additions and 0 deletions

10
src/style/_fonts.scss Normal file
View File

@@ -0,0 +1,10 @@
/* Fonts list
========================================================================== */
$fonts: (
// "font1",
// "font2",
// "font3"
);
@each $font in $fonts {
@include font-face($font);
}