Skip to content

Commit

Permalink
just arial is great
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Dec 4, 2024
1 parent 93e67a4 commit c4264a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url(background.css) (min-width: 0px);
@import url(small.css) (min-width: 0px);
@import url(large.css) (min-width: 800px);
Expand Down Expand Up @@ -47,7 +47,7 @@ body {
font-size: var(--default-font);
line-height: var(--default-line-height);
text-shadow: #acb5bd 1px 1px 6px;
font-family: "Noto Sans", Arial, sans-serif;
font-family: Arial, sans-serif;
}

h1,
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ window.addEventListener("load", () => {
td.appendChild(a);
tr.appendChild(td);
table.appendChild(tr);
})
});
}

function onSelectProject(e) {
Expand Down

0 comments on commit c4264a0

Please sign in to comment.