Skip to content

Commit

Permalink
feat: change code font to Consolas
Browse files Browse the repository at this point in the history
  • Loading branch information
MrQuackDuck committed Dec 19, 2024
1 parent 7170ff4 commit 19f14e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}

@font-face {
font-family: CascadiaCode;
src: url("/src/assets/fonts/CascadiaCode.woff2");
font-family: Consolas;
src: url("/src/assets/fonts/Consolas.woff2");
}

body {
Expand All @@ -36,7 +36,7 @@ a:focus-visible {

code * {
font-size: 12px !important;
font-family: CascadiaCode !important;
font-family: Consolas, monospace !important;
}

a:hover {
Expand Down
Binary file removed src/assets/fonts/CascadiaCode.woff2
Binary file not shown.
Binary file added src/assets/fonts/Consolas.woff2
Binary file not shown.

0 comments on commit 19f14e6

Please sign in to comment.