Skip to content

Commit

Permalink
Change Body font to RobotoMono
Browse files Browse the repository at this point in the history
  • Loading branch information
grddavies committed Sep 21, 2021
1 parent 7d7b4ca commit 8222870
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;500&display=swap');

body {
font: 14px "Century Gothic", Futura, sans-serif;
font-family: "Roboto Mono", monospace !important;
margin: 20px;
}

ol, ul {
ol,
ul {
padding-left: 30px;
}

Expand Down Expand Up @@ -33,7 +36,7 @@ ol, ul {
}

.winningline {
color: firebrick
color: firebrick;
}

.square:focus {
Expand Down

0 comments on commit 8222870

Please sign in to comment.