Skip to content

Commit

Permalink
fix(provider): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Mar 20, 2024
1 parent 3a0efa1 commit f57288a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/fontsource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async function getFontDetails (family: string, variants: ResolveFontFacesOptions
if (weights.length === 0 || styles.length === 0) return []

const css = await generateFontCss(font.id, weights, styles)
console.log(css)

return addLocalFallbacks(family, extractFontFaceData(css))
}

0 comments on commit f57288a

Please sign in to comment.