Skip to content

Commit

Permalink
templates: fix fontFamily in tailwind.config.ts (#10182)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticWagomU authored Nov 7, 2024
1 parent 1bd7f94 commit 9f06bfb
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@
- sobrinho
- souredoutlook
- squidpunch
- staticWagomU
- staylor
- stephanerangaya
- stephenwade
Expand Down
10 changes: 5 additions & 5 deletions templates/cloudflare-workers/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default {
extend: {
fontFamily: {
sans: [
'"Inter"',
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
],
},
},
Expand Down
10 changes: 5 additions & 5 deletions templates/cloudflare/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default {
extend: {
fontFamily: {
sans: [
'"Inter"',
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
],
},
},
Expand Down
10 changes: 5 additions & 5 deletions templates/express/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default {
extend: {
fontFamily: {
sans: [
'"Inter"',
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
],
},
},
Expand Down
10 changes: 5 additions & 5 deletions templates/remix-javascript/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ export default {
extend: {
fontFamily: {
sans: [
'"Inter"',
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
],
},
},
Expand Down
10 changes: 5 additions & 5 deletions templates/remix/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default {
extend: {
fontFamily: {
sans: [
'"Inter"',
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
],
},
},
Expand Down
10 changes: 5 additions & 5 deletions templates/spa/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default {
extend: {
fontFamily: {
sans: [
'"Inter"',
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif",
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji",
],
},
},
Expand Down

0 comments on commit 9f06bfb

Please sign in to comment.