diff --git a/.gitattributes b/.gitattributes index 9b9e66c39..91ea94253 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text eol=lf *.png binary *.ico binary +*.woff2 binary diff --git a/apps/trading/pages/_document.page.tsx b/apps/trading/pages/_document.page.tsx index 2e36d11fb..85aaeaeaf 100644 --- a/apps/trading/pages/_document.page.tsx +++ b/apps/trading/pages/_document.page.tsx @@ -13,7 +13,7 @@ export default function Document() { {/* preload fonts */} diff --git a/apps/trading/pages/styles.css b/apps/trading/pages/styles.css index ffccd8453..ab2f1fffe 100644 --- a/apps/trading/pages/styles.css +++ b/apps/trading/pages/styles.css @@ -4,8 +4,7 @@ /** Load AlphaLyrae font */ @font-face { font-family: AlphaLyrae; - src: url('/AlphaLyrae-Medium.woff2') format('woff2'), - url('/AlphaLyrae-Medium.woff') format('woff'); + src: url('/AlphaLyrae.woff2') format('woff2'); } @tailwind base; diff --git a/apps/trading/public/AlphaLyrae-Medium.woff2 b/apps/trading/public/AlphaLyrae.woff2 similarity index 99% rename from apps/trading/public/AlphaLyrae-Medium.woff2 rename to apps/trading/public/AlphaLyrae.woff2 index 061d86937..f1b92c7f8 100644 Binary files a/apps/trading/public/AlphaLyrae-Medium.woff2 and b/apps/trading/public/AlphaLyrae.woff2 differ