Skip to content

Commit

Permalink
fix: font-face directive
Browse files Browse the repository at this point in the history
  • Loading branch information
anucreative committed Dec 20, 2023
1 parent ff0ec3a commit 976bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Core/src/utils/font.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getSource(
}

return extensions
.map((extension: string) => `url('${url}.${extension}') format('${extension}');`)
.map((extension: string) => `url('${url}.${extension}') format('${extension}')`)
.join(', ')
}

Expand Down

0 comments on commit 976bea7

Please sign in to comment.