Files
housesof/src/style/_fonts.scss
Félix Péault 9b0c154f61 WIP React > Svelte
Put most of the developed design into Svelte
2020-02-11 15:09:32 +01:00

13 lines
246 B
SCSS

/* Fonts list
========================================================================== */
$fonts: (
"G-Light",
"G-Regular",
"G-Semibold",
"M-Extralight",
"M-Light"
);
@each $font in $fonts {
@include font-face($font);
}