Skip to content

Commit

Permalink
chore(docs): adjust font
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 3, 2024
1 parent 5db1b7f commit 92d9f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/docs/vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export default defineConfig({
title: "MinaJS",
description: "The TypeScript interface for Mina Protocol.",
logoUrl: "/logo.svg",
font: {
google: "DM Sans",
},
theme: {
accentColor: {
light: "#907aa9",
Expand Down
1 change: 1 addition & 0 deletions packages/shared/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default defineConfig({
clean: true,
bundle: true,
dts: true,
silent: true,
});

0 comments on commit 92d9f2b

Please sign in to comment.