Skip to content

Commit

Permalink
Updated font
Browse files Browse the repository at this point in the history
  • Loading branch information
notangelmario committed Jan 8, 2024
1 parent a4c9b16 commit 77d9a9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Binary file removed public/FiraCode-Regular.ttf
Binary file not shown.
6 changes: 1 addition & 5 deletions src/app.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
@font-face {
font-family: 'Fira Code', monospace;
src: url("/FiraCode-Regular.ttf");
}

:root {
--dark: #1e1e1e;
--light: #fffffe;
Expand All @@ -14,6 +9,7 @@ html, body, #app {
width: 100%;
height: 100%;
background-color: var(--light);
font-family: 'Courier New', Courier, monospace;
}

#app {
Expand Down

0 comments on commit 77d9a9b

Please sign in to comment.