@icoms-detection/ui
Version:
This is the OFFICIAL UI library created by Icoms Detection to design their apps.
32 lines (30 loc) • 724 B
CSS
@font-face {
font-family: "Frutiger";
font-style: normal;
font-weight: 400;
src: url("fonts/Frutiger.woff") format("woff");
}
@font-face {
font-family: "Frutiger";
font-style: normal;
font-weight: 900;
src: url("fonts/Frutiger_bold.woff") format("woff");
}
@font-face {
font-family: "Frutiger";
font-style: normal;
font-weight: 300;
src: url("fonts/Frutiger_light.otf") format("opentype");
}
@font-face {
font-family: "SF-New-Republic";
font-style: normal;
font-weight: 400;
src: url("fonts/SF-New-Republic.ttf") format("truetype");
}
@font-face {
font-family: "SF-New-Republic";
font-style: normal;
font-weight: 900;
src: url("fonts/SF-New-Republic-Bold.ttf") format("truetype");
}