brand-ui-icons
Version:
> This Project is in development!
13 lines (12 loc) • 373 B
CSS
@font-face {
font-display: block;
font-family: "brand-ui-icons";
src: url("./font/brand-ui-icons.woff2") format("woff2"), url("./font/brand-ui-icons.woff") format("woff");
}
.bui {
font-family: 'brand-ui-icons' ;
font-size: 32px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}