mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
12 lines
294 B
SCSS
12 lines
294 B
SCSS
@if $google-font {
|
|
$google-font-url: "https://fonts.googleapis.com/css?family=" + str-replace($google-font, " ", "+") + ":300,400,500,600,700&display=swap" !default;
|
|
|
|
@import url($google-font-url);
|
|
}
|
|
|
|
@if $icon-fonts {
|
|
@each $icon-font in $icon-fonts {
|
|
@import url($icon-font);
|
|
}
|
|
}
|