10 lines
215 B
SCSS
10 lines
215 B
SCSS
$icons-font: "icons";
|
|
|
|
@font-face {
|
|
font-family: $icons-font;
|
|
src: url("./icons.woff2") format("woff2"), url("./icons.woff") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|