forked from kittv/web
1
0
Fork 0
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

13 lines
233 B
SCSS

@font-face {
font-family: "roboto";
src: url(fonts/roboto-regular.ttf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "roboto";
src: url(fonts/roboto-bold.ttf);
font-weight: bold;
font-style: normal;
}