Skip to content

Commit 676d1c6

Browse files
committed
Update 404.js
1 parent cc36f13 commit 676d1c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/404.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ export default function Custom404() {
55
style={{
66
color: "#000",
77
background: "#fff",
8-
fontFamily:
9-
'-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif',
8+
fontFamily: "sans-serif",
109
height: "100vh",
1110
textAlign: "center",
1211
display: "flex",

0 commit comments

Comments
 (0)