use local fonts

This commit is contained in:
xfnw 2021-12-23 10:32:46 -05:00
parent 5f66bb6527
commit 5e26e5ee77
2 changed files with 7 additions and 1 deletions

BIN
assets/roboto.tff Normal file

Binary file not shown.

View file

@ -1,4 +1,10 @@
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400&display=swap');
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(roboto.ttf) format('truetype');
}
#heading {
height: 210px;