add 300 thickness font too
This commit is contained in:
parent
5ee6a2fbf6
commit
d8227cbb2f
3 changed files with 8 additions and 1 deletions
BIN
assets/roboto-300.ttf
Normal file
BIN
assets/roboto-300.ttf
Normal file
Binary file not shown.
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue