Skip to content

Commit

Permalink
Try cursive font (#316)
Browse files Browse the repository at this point in the history
* [WIP] New fonts [ci skip]

* I'm bit bored for monospace and san-serif
  • Loading branch information
kachick committed Jul 11, 2023
1 parent dfdb9b0 commit 7fea63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&family=Noto+Color+Emoji&display=swap"
href="https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Color+Emoji&display=swap"
rel="stylesheet"
/>
<link href="/main.css" rel="stylesheet" />
Expand Down
3 changes: 1 addition & 2 deletions public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

html {
font-family: Inconsolata, monospace;
font-family: Caveat, cursive;
background-color: var(--brand-base-color);
width: 100%;
height: var(--page-height);
Expand All @@ -34,7 +34,6 @@ a {
display: grid;
height: 100%;
width: 100%;
font-family: Inconsolata, monospace;
background-color: var(--brand-base-color);
caret-color: transparent;
place-items: center;
Expand Down

0 comments on commit 7fea63f

Please sign in to comment.