Add Roboto font

This commit is contained in:
Late Night Defender 2023-08-19 01:47:19 +07:00
parent f75843c0c4
commit 21e0122a2a
4 changed files with 16 additions and 0 deletions

BIN
src/fonts/roboto-bold.woff2 Normal file

Binary file not shown.

15
src/fonts/roboto.css Normal file
View file

@ -0,0 +1,15 @@
/* roboto */
@font-face {
font-family: Roboto;
font-style: normal;
font-weight: 400;
src: local("Roboto"), local("Roboto-Regular"), url(roboto.woff2) format("woff2");
}
/* roboto-bold */
@font-face {
font-family: Roboto;
font-style: normal;
font-weight: 700;
src: local("Roboto Bold"), local("Roboto-Bold"), url(roboto-bold.woff2) format("woff2");
}

BIN
src/fonts/roboto.woff2 Normal file

Binary file not shown.

View file

@ -1,4 +1,5 @@
@import url("fonts/cantarell.css");
@import url("fonts/roboto.css");
/* for mobile user */
body{