This commit is contained in:
David Miller
2022-03-10 19:12:55 +08:00
parent ca6e74e0bf
commit d2e51ab773
5 changed files with 20 additions and 20 deletions

12
assets/css/roboto.css Normal file
View File

@@ -0,0 +1,12 @@
@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');
}