You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
web/sass/_fonts.scss

25 lines
763 B
SCSS

@font-face {
font-family: "roboto";
src: url('fonts/roboto-regular.woff2?#iefix') format('woff2'),
url('fonts/roboto-regular.woff') format('woff'),
url('fonts/roboto-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "roboto";
src: url('fonts/roboto-bold.woff2?#iefix') format('woff2'),
url('fonts/roboto-bold.woff') format('woff'),
url('fonts/roboto-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "roboto";
src: url('fonts/roboto-italic.woff2?#iefix') format('woff2'),
url('fonts/roboto-italic.woff') format('woff'),
url('fonts/roboto-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}