1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-31 15:34:39 +04:00
Files
tabler/scss/fonts/_webfonts.scss
T
2019-10-17 22:34:27 +02:00

12 lines
281 B
SCSS

@if $google-font {
$google-font-url: "https://fonts.googleapis.com/css?family=" + str-replace($google-font, " ", "+") + ":300,400,500,600,700" !default;
@import url($google-font-url);
}
@if $icon-fonts {
@each $icon-font in $icon-fonts {
@import url($icon-font);
}
}