Skip to content

Commit c5e4e22

Browse files
committed
update font-family for page.js
1 parent 56bfaa0 commit c5e4e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ui/buttons/styles/page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CLASS } from "../../../constants";
44

55
export const pageStyle = `
66
html, body {
7-
font-family: PayPalPlain-Regular, "SF Pro Text", Roboto, Helvetica-Neue, Helvetica, Arial, sans-serif;
7+
font-family: PayPalPlain-Regular, system-ui, -apple-system, Roboto, "Segoe UI", Helvetica-Neue, Helvetica, Arial, sans-serif;
88
padding: 0;
99
margin: 0;
1010
width: 100%;

0 commit comments

Comments
 (0)