Skip to content

Commit

Permalink
comic fancy font
Browse files Browse the repository at this point in the history
  • Loading branch information
blendtwenty committed Feb 8, 2024
1 parent 702dcfd commit b8b1a91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

:root {
--doge-font: "Comic Sans MS", "Comic Sans", cursive;
--doge-font: "Comic Neue", "Comic Sans MS", "Comic Sans", cursive;
}

html, body {
Expand Down

0 comments on commit b8b1a91

Please sign in to comment.