Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Klubuntu authored Oct 13, 2021
1 parent 65cd772 commit 607015a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion beta/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

:root {
--var-default-color: background-color: rgb(163, 15, 15);
}
Expand Down Expand Up @@ -29,7 +31,8 @@ html {
}

h1 {
font-family: 'Forte Mt Std', 'Forte';
font-family: 'Comfortaa', cursive;
/*font-family: 'Forte Mt Std', 'Forte';*/
font-size: 9vh;
color: white;
cursor: pointer;
Expand Down

1 comment on commit 607015a

@vercel
Copy link

@vercel vercel bot commented on 607015a Oct 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.