1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-03 00:44:37 +04:00
Files
tabler/scss/layout/_webfonts.scss
T
2019-03-12 22:09:23 +01:00

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);
}
}