Skip to content

Commit

Permalink
chore: keep line
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 6, 2024
1 parent ef05176 commit 4973305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async function getFontDetails (family: string, variants: ResolveFontFacesOptions
? [`${variableWeight.min}..${variableWeight.max}`]
: variants.weights.filter(weight => String(weight) in font.fonts)
const resolvedVariants = weights.flatMap(w => [...styles].map(s => `${s},${w}`)).sort()

let css = ''

for (const extension in userAgents) {
Expand Down

0 comments on commit 4973305

Please sign in to comment.