diff --git a/components/hyperboard-renderer.tsx b/components/hyperboard-renderer.tsx index fd03c20..f3f4b22 100644 --- a/components/hyperboard-renderer.tsx +++ b/components/hyperboard-renderer.tsx @@ -147,6 +147,7 @@ export const HyperboardRenderer = ({ {showTable && ( diff --git a/fonts.tsx b/fonts.tsx index cd43172..223d9d6 100644 --- a/fonts.tsx +++ b/fonts.tsx @@ -7,7 +7,7 @@ const Fonts = () => ( font-style: normal; font-weight: 100 900; font-display: optional; - src: url(/fonts/Director-Regular.woff2) format("woff2"); + src: url(https://hyperboards-git-feature-hyperboard-widget-hypercerts-foundation.vercel.app/fonts/Director-Regular.woff2) format("woff2"); } @font-face { @@ -15,7 +15,7 @@ const Fonts = () => ( font-style: normal; font-weight: 100 900; font-display: optional; - src: url(/fonts/Director-Variable.woff2) format("woff2"); + src: url(https://hyperboards-git-feature-hyperboard-widget-hypercerts-foundation.vercel.app/fonts/Director-Variable.woff2) format("woff2"); } `} />