Skip to content

Commit 75281f1

Browse files
committed
Update font imports in theme.css and tailwind.config.cjs to use 'Inter'
1 parent 16ac4e8 commit 75281f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frappe-ui-react/src/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
22
@import "tailwindcss";
33

44
@config '../../../tailwind.config.cjs';

tailwind.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
theme: {
99
extend: {
1010
fontFamily: {
11-
sans: ["Reddit Sans", "ui-sans-serif", "system-ui", "sans-serif"],
11+
sans: ["Inter", "ui-sans-serif", "system-ui", "sans-serif"],
1212
},
1313
colors: {
1414
inherit: "var(--color-inherit)",

0 commit comments

Comments
 (0)