Skip to content

Commit 17f97b5

Browse files
feat(core): revamped core features page
1 parent d5a8dfd commit 17f97b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6032
-1446
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ export default defineConfig({
123123
{
124124
provider: fontProviders.google(),
125125
name: "Mona Sans",
126-
weights: [400, 500, 600, 700],
126+
weights: [300, 400, 500, 600, 700],
127127
cssVariable: "--font-family-mona-sans",
128128
},
129129
{
130130
provider: fontProviders.google(),
131131
name: "JetBrains Mono",
132-
weights: [400, 500, 600, 700],
132+
weights: [200, 300, 400, 500, 600, 700],
133133
cssVariable: "--font-family-jetbrains-mono",
134134
},
135135
],

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)