Skip to content

Commit

Permalink
Update route.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrdexter-3000 authored Jan 2, 2025
1 parent a4b43e3 commit 0c8b624
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions app/api/og/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,6 @@ function formatNumber(num: number): string {
}
}

const interBoldFont = fetch(
new URL('../../assets/Inter-Bold.ttf', import.meta.url)
).then((res) => res.arrayBuffer());

const interSemiBoldFont = fetch(
new URL('../../assets/Inter-SemiBold.ttf', import.meta.url)
).then((res) => res.arrayBuffer());

const interExtraBoldFont = fetch(
new URL('../../assets/Inter-ExtraBold.ttf', import.meta.url)
).then((res) => res.arrayBuffer());

const interRegularFont = fetch(
new URL('../../assets/Inter-Regular.ttf', import.meta.url)
).then((res) => res.arrayBuffer());

const jerseyFont = fetch(
new URL('../../assets/Jersey-Regular.ttf', import.meta.url)
).then((res) => res.arrayBuffer());

const leagueSpartanFont = fetch(
new URL('../../assets/LeagueSpartan.ttf', import.meta.url)
Expand Down

0 comments on commit 0c8b624

Please sign in to comment.