Skip to content

Commit

Permalink
log font
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Jun 27, 2024
1 parent a1ccf74 commit 0e4277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const dotFontURL = new URL(
'/public/fonts/A000-Dots-edited-subsetAlphaNumPuncSimple.ttf',
import.meta.url
).href

console.log({ dotFontURL })
export const fonts = { body: null, dot: null }

export function loadFonts(p) {
Expand Down

0 comments on commit 0e4277e

Please sign in to comment.