diff --git a/assets/roboto.tff b/assets/roboto.tff new file mode 100644 index 0000000..729bdd6 Binary files /dev/null and b/assets/roboto.tff differ diff --git a/assets/style.css b/assets/style.css index da2ae43..154cd71 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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;