Skip to content

Commit b9d3a3e

Browse files
committed
feat: garamond font
1 parent 498fb14 commit b9d3a3e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Outfit:wght@300;400;500;600&display=swap" rel="stylesheet">
3737
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
3838
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
39+
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap" rel="stylesheet">
3940
<title>fezcodex</title>
4041
</head>
4142
<body class="bg-slate-950">

src/config/fonts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ module.exports = {
88
instrSerif: ['Instrument Serif', 'serif'],
99
instrSans: ['Instrument Sans', 'sans-serif'],
1010
nunito: ['Nunito', 'sans-serif'],
11+
garamond: ['"EB Garamond"', 'serif'],
1112
};

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = {
3737
'instr-serif': fonts.instrSerif,
3838
'instr-sans': fonts.instrSans,
3939
'nunito': fonts.nunito,
40+
'garamond': fonts.garamond,
4041
},
4142
colors: colors,
4243
typography: (theme) => ({

0 commit comments

Comments
 (0)