roboto-npm-webfont
Version:
Roboto webfont package
12 lines (11 loc) • 463 B
CSS
@font-face {
font-family: "Roboto";
src: url("fonts/Roboto-ThinItalic.eot");
src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
url("fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"),
url("fonts/Roboto-ThinItalic.woff2") format("woff2"),
url("fonts/Roboto-ThinItalic.woff") format("woff"),
url("fonts/Roboto-ThinItalic.ttf") format("truetype");
font-weight: 100;
font-style: italic;
}