Skip to content

Commit

Permalink
Attempting to understand why font loading is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jan 18, 2024
1 parent 68c2149 commit aa969ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/img.$slug/utils.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export function getDataFromParams(
}

export async function getFont(fontPath: string) {
console.log({ fontPath });
let res = await fetch(fontPath);

try {
Expand Down

0 comments on commit aa969ec

Please sign in to comment.