diff --git a/src/style.css b/src/style.css index 191468faaa..2fb84015a3 100644 --- a/src/style.css +++ b/src/style.css @@ -1,18 +1,15 @@ /* add styles here */ -.html { - font-family: Avenir, sans-serif; -} - @font-face { - font-family: Avenir; - font-weight: 300; - src: url('./fonts/Avenir-Book.ttf') format('truetype'); + font-family: Avenir, sans-serif; + src: url('/src/fonts/Avenir-Book.ttf') format('truetype'); + src: url('./fonts/Avenir-Heavy.ttf') format('truetype'); + src: url('./fonts/Avenir.ttc') format('truetype'); + font-weight: normal; + font-style: normal; } -@font-face { - font-family: Avenir; - font-weight: 600; - src: url('./fonts/Avenir-Heavy.ttf') format('truetype'); +.html { + font-family: Avenir, sans-serif; } .body {