Skip to content

Commit

Permalink
Update config.css.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven authored Apr 24, 2024
1 parent cf59a2b commit 22bf6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/config.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { toRem } from "./util";

export const [configClass, config] = createTheme({
font: {
Inter: "InterVariable, 'Inter', -apple-system, 'Segoe UI', 'Helvetica', 'Arial', sans-serif",
Inter: "Inter Variable, 'Inter', -apple-system, 'Segoe UI', 'Helvetica', 'Arial', sans-serif",
},
fontSize: {
D400: toRem(45),
Expand Down

0 comments on commit 22bf6c2

Please sign in to comment.