Skip to content

Commit

Permalink
fix: add fallback sans-serif font to desktop app (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokyran authored Feb 5, 2025
1 parent b4b213b commit 745b671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/desktop/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
theme: {
extend: {
fontFamily: {
sans: ['Cash Sans'],
sans: ['Cash Sans', 'sans-serif'],
},
keyframes: {
shimmer: {
Expand Down

0 comments on commit 745b671

Please sign in to comment.