diff --git a/public/assets/Justov.woff2 b/public/assets/Justov.woff2 new file mode 100644 index 0000000..fbd6e30 Binary files /dev/null and b/public/assets/Justov.woff2 differ diff --git a/src/styles/global.css b/src/styles/global.css index 58272b6..dd28724 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -5,7 +5,8 @@ @font-face { font-family: 'Justov'; - src: url('/assets/Justov.ttf') format('truetype'); + src: url('/assets/Justov.woff2') format('woff2'), + url('/assets/Justov.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;