mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
10 lines
148 B
SCSS
10 lines
148 B
SCSS
@if $google-font-url {
|
|
@import url($google-font-url);
|
|
}
|
|
|
|
@if $icon-fonts {
|
|
@each $icon-font in $icon-fonts {
|
|
@import url($icon-font);
|
|
}
|
|
}
|