WIP React > Svelte
Put most of the developed design into Svelte
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
/* Fonts list
|
||||
========================================================================== */
|
||||
$fonts: (
|
||||
// "font1",
|
||||
// "font2",
|
||||
// "font3"
|
||||
"G-Light",
|
||||
"G-Regular",
|
||||
"G-Semibold",
|
||||
"M-Extralight",
|
||||
"M-Light"
|
||||
);
|
||||
@each $font in $fonts {
|
||||
@include font-face($font);
|
||||
|
||||
Reference in New Issue
Block a user