Files
Homepage/assets/css/roboto.css
David Miller d2e51ab773 v2.1
2022-03-10 19:12:55 +08:00

13 lines
274 B
CSS

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(../webfonts/roboto400.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(../webfonts/roboto700.woff) format('woff');
}