Skip to content

Commit

Permalink
feat: fira sans font
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 1, 2023
1 parent 75e7c64 commit a00c28e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@commitlint/config-conventional": "^17.7.0",
"@felte/solid": "^1.2.11",
"@felte/validator-zod": "^1.0.17",
"@fontsource-variable/roboto-mono": "^5.0.9",
"@fontsource/fira-sans": "^5.0.11",
"@solid-primitives/event-listener": "^2.3.0",
"@solid-primitives/storage": "^2.1.1",
"@solid-primitives/websocket": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '@fontsource-variable/roboto-mono';
@import '@fontsource/fira-sans';

@tailwind base;
@tailwind components;
Expand All @@ -11,7 +11,7 @@
}

:root {
font-family: 'Roboto Mono Variable', 'Twemoji Mozilla';
font-family: 'Fira Sans', 'Twemoji Mozilla';
}

::-webkit-scrollbar {
Expand Down

0 comments on commit a00c28e

Please sign in to comment.