Skip to content

Commit

Permalink
Resolve Comic Sans font display issue on Mobile Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Mar 27, 2024
1 parent 24c6f4f commit fa8d3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.css
@@ -1,5 +1,5 @@
body {
font-family: "Comic Sans MS", cursive, sans-serif;
font-family: 'Comic Neue', cursive, sans-serif;
}

#start {
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Expand Up @@ -27,6 +27,7 @@
<!-- Load Assets -->
<link rel="stylesheet" href="index.css">
<link rel="modulepreload" href="./index.mjs">
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap" rel="stylesheet">

<!-- Ain't got no time for a favicon -->
<link rel="icon" href="data:,">
Expand Down

0 comments on commit fa8d3cd

Please sign in to comment.