Switch to woff2 fonts (#3296)

This commit is contained in:
Paulus Schoutsen
2019-06-21 12:48:20 -07:00
committed by GitHub
parent 88b9348a81
commit 98c419ff03
10 changed files with 181 additions and 104 deletions

View File

@@ -7,13 +7,13 @@
<link rel="mask-icon" href="/static/icons/mask-icon.svg" color="#03a9f4" />
<link
rel="preload"
href="/static/fonts/roboto/Roboto-Regular.ttf"
href="/static/fonts/roboto/Roboto-Regular.woff2"
as="font"
crossorigin
/>
<link
rel="preload"
href="/static/fonts/roboto/Roboto-Medium.ttf"
href="/static/fonts/roboto/Roboto-Medium.woff2"
as="font"
crossorigin
/>