Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit a59d7c0

Browse files
add font family on ProdErrorBoundary
1 parent 536a773 commit a59d7c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ErrorBoundary.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,12 @@ export function ProdErrorBoundary({ error }: { error: Error }) {
157157
<Links />
158158
</head>
159159

160-
<body>
160+
<body
161+
style={{
162+
fontFamily:
163+
"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
164+
}}
165+
>
161166
<main
162167
style={{
163168
display: "flex",

0 commit comments

Comments
 (0)