File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ const interRegular = fetch(
99 new URL ( '../../../assets/fonts/Inter-Regular.ttf' , import . meta. url )
1010) . then ( ( res ) => res . arrayBuffer ( ) )
1111
12- const interBold = fetch ( new URL ( '../../../assets/fonts/Inter-Bold.ttf' , import . meta. url ) ) . then (
13- ( res ) => res . arrayBuffer ( )
14- )
12+ // const interBold = fetch(new URL('../../../assets/fonts/Inter-Bold.ttf', import.meta.url)).then(
13+ // (res) => res.arrayBuffer()
14+ // )
1515
16- // const interBold = fetch(
17- // new URL('../../../assets/fonts/OpenSans-ExtraBold.ttf', import.meta.url)
18- // ).then((res) => res.arrayBuffer())
16+ const interBold = fetch (
17+ new URL ( '../../../assets/fonts/OpenSans-ExtraBold.ttf' , import . meta. url )
18+ ) . then ( ( res ) => res . arrayBuffer ( ) )
1919
2020export async function GET ( req : Request ) {
2121 try {
You can’t perform that action at this time.
0 commit comments