Skip to content

Commit 5cb69f1

Browse files
committed
Edit styles.css
change 2nd font family choice to look better on mobile
1 parent 54cf44d commit 5cb69f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88
}
99

1010
p{
11-
font-size: 20px; font-family: "Comic Sans MS", cursive, sans-serif;
11+
font-size: 20px; font-family: "Comic Sans MS", sans-serif, Tahoma;
1212
line-height: 1em;
1313
}
1414

@@ -30,7 +30,7 @@ p{
3030
background-color: #ff9900;
3131
border: 10px #00952d solid;
3232
font-size: 20px;
33-
font-family: "Comic Sans MS", cursive, sans-serif;
33+
font-family: "Comic Sans MS", sans-serif, Tahoma;
3434
line-height: 1em;
3535
text-align: center;
3636
}

0 commit comments

Comments
 (0)