Skip to content

Commit 166b636

Browse files
committed
Remove a leftover comma in font-family
1 parent 9e5f11c commit 166b636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
background-color: rgba(255, 255, 255, 0.3);
2929
backdrop-filter: blur(5px);
3030
font-weight: bold;
31-
font-family: "Asap Condensed", serif;;
31+
font-family: "Asap Condensed", serif;
3232
}
3333

3434
#season {

0 commit comments

Comments
 (0)