Skip to content

Commit

Permalink
fix(website): make variable family name explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Apr 13, 2024
1 parent ded7e5b commit 054cab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/routes/fonts.$id._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const loader = async ({ params }: LoaderFunctionArgs) => {
variableCSS += unicodeKeys
.map((subset) =>
generateFontFace({
family,
family: `${family} Variable`,
display: 'block',
style,
weight: 400,
Expand Down

0 comments on commit 054cab6

Please sign in to comment.