diff --git a/index.html b/index.html index 6bb40ae5..20c0a4a1 100644 --- a/index.html +++ b/index.html @@ -86,9 +86,9 @@ - + - + diff --git a/src/index.scss b/src/index.scss index e7e6cf66..d9a21a91 100644 --- a/src/index.scss +++ b/src/index.scss @@ -10,25 +10,33 @@ body { code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } - @font-face { font-family: 'Inter'; font-style: normal; - src: local('Inter'), url(./assets/fonts/webfonts/Inter-Regular.ttf) format('truetype'); + src: local('Inter'), + url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) + format('woff'), + url(./assets/fonts/webfonts/Inter-Regular.ttf) format('truetype'); font-weight: 400; } @font-face { font-family: 'Inter'; font-style: normal; - src: local('Inter'), url(./assets/fonts/webfonts/Inter-Bold.ttf) format('truetype'); + src: local('Inter'), + url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYAZJhiJ-Ek-_EeAmM.woff2) + format('woff2'), + url(./assets/fonts/webfonts/Inter-Bold.ttf) format('truetype'); font-weight: 600; } @font-face { font-family: 'Inter'; font-style: normal; - src: local('Inter'), url(./assets/fonts/webfonts/Inter-Medium.ttf) format('truetype'); + src: local('Inter'), + url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZJhiJ-Ek-_EeAmM.woff2) + format('woff2'), + url(./assets/fonts/webfonts/Inter-Medium.ttf) format('truetype'); font-weight: 500; }