Skip to content

Commit

Permalink
Fix the font-family declaration so Renovate PRs won't show sans-serif…
Browse files Browse the repository at this point in the history
… font
  • Loading branch information
hasparus committed Nov 22, 2024
1 parent f67a3d8 commit d9bad6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-insects-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@theguild/components': patch
---

Fix the font-family declaration so Renovate PRs wont show sans-serif
2 changes: 1 addition & 1 deletion packages/components/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

html {
/* font from tailwindcss/base is overwritten by Nextra styles */
font-family: var(--font-sans), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
font-family: var(--font-sans, ui-sans-serif), system-ui, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

Expand Down

0 comments on commit d9bad6c

Please sign in to comment.