@public-ui/themes
Version:
Contains the style guides and themes of various corporate designs for KoliBri - The accessible HTML-Standard.
28 lines (24 loc) • 535 B
CSS
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: bold;
src: url(Roboto-Bold.ttf) format('truetype');
}
@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: bold;
src: url(Roboto-BoldItalic.ttf) format('truetype');
}
@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: normal;
src: url(Roboto-Italic.ttf) format('truetype');
}
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: normal;
src: url(Roboto-Regular.ttf) format('truetype');
}