Skip to content

Commit a115207

Browse files
committed
changed font fallback to georgia and serif
1 parent d401e88 commit a115207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ h1 {
1010
font-size: 60px;
1111
font-weight: normal;
1212
margin: 0;
13-
font-family: 'Chelsea Market', cursive;
13+
font-family: 'Chelsea Market', Georgia, serif;
1414
color: #000;
1515
line-height: 1;
1616
}
@@ -20,7 +20,7 @@ h2 {
2020
font-weight: normal;
2121
margin: 0;
2222
color: #FFB000;
23-
font-family: 'Chelsea Market', cursive;
23+
font-family: 'Chelsea Market', Georgia, serif;
2424
text-transform: lowercase;
2525
}
2626

0 commit comments

Comments
 (0)