Skip to content

Commit d9bad6c

Browse files
committed
Fix the font-family declaration so Renovate PRs won't show sans-serif font
1 parent f67a3d8 commit d9bad6c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brave-insects-decide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@theguild/components': patch
3+
---
4+
5+
Fix the font-family declaration so Renovate PRs wont show sans-serif

packages/components/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

0 commit comments

Comments
 (0)