add 300 thickness font too

This commit is contained in:
xfnw 2021-12-23 10:38:03 -05:00
parent 5ee6a2fbf6
commit d8227cbb2f
3 changed files with 8 additions and 1 deletions

BIN
assets/roboto-300.ttf Normal file

Binary file not shown.

View File

@ -3,7 +3,14 @@
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(roboto.ttf) format('truetype');
src: url(roboto-100.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(roboto-300.ttf) format('truetype');
}
#heading {