Skip to content

Commit a97b880

Browse files
committed
Fix font family
1 parent ff3bd15 commit a97b880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
html,
55
body {
66
height: 100%;
7-
font-family: 'Alegreya, Georgia, Serif';
7+
font-family: Alegreya, Georgia, serif;
88
font-size: 16px;
99
/* The html and body elements cannot have any padding or margin. */
1010
}

0 commit comments

Comments
 (0)