Skip to content

Commit

Permalink
Fix font detection
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Aug 31, 2021
1 parent f742f87 commit d7ec7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const symbols = getSymbols()

/* eslint-disable sort-keys-fix/sort-keys-fix */
const fonts = {
"SF Pro": `"SF Pro", "SF Pro Display", "SF Pro Text", "SF Pro Rounded", sans-serif`,
"SF Compact": `"SF Compact", "SF Compact Display", "SF Compact Text", "SF Compact Rounded", sans-serif`
"SF Pro": `"SF Pro", "SF Pro Display", "SF Pro Text", "SF Pro Rounded"`,
"SF Compact": `"SF Compact", "SF Compact Display", "SF Compact Text", "SF Compact Rounded"`
}
/* eslint-enable sort-keys-fix/sort-keys-fix */

Expand Down

1 comment on commit d7ec7f9

@vercel
Copy link

@vercel vercel bot commented on d7ec7f9 Aug 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.