Skip to content

Commit f3e37da

Browse files
author
Hai-Yen Nguyen
committed
update font-family + update font-weight for poweredBy
1 parent 281999f commit f3e37da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: src/marks/template.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function MarksElement({
7878
<style>
7979
{`
8080
.${CLASS.TEXT} {
81-
font-family: PayPalOpen-Regular, Helvetica, Arial, "Liberation Sans", sans-serif;
81+
font-family: PayPalPlain-Regular, "SF Pro Text", Roboto, Helvetica-Neue, Helvetica, Arial, sans-serif;
8282
font-size: 12px;
8383
vertical-align: middle;
8484
}

Diff for: src/ui/buttons/poweredBy.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ const POWERED_BY_PAYPAL_STYLE = `
1515
text-align: center;
1616
margin: 10px auto;
1717
height: 14px;
18-
font-family: PayPalOpen-Regular, Helvetica, Arial, "Liberation Sans", sans-serif;
18+
font-family: PayPalPlain-Regular, "SF Pro Text", Roboto, Helvetica-Neue, Helvetica, Arial, sans-serif;
1919
font-size: 11px;
20-
font-weight: normal;
20+
font-weight: 400;
2121
font-style: italic;
2222
font-stretch: normal;
2323
color: #7b8388;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const buttonStyle = `
1515
margin: 0;
1616
background: 0;
1717
border: 0;
18-
font-family: PayPalOpen-Regular, Helvetica, Arial, "Liberation Sans", sans-serif;
18+
font-family: PayPalPlain-Regular, "SF Pro Text", Roboto, Helvetica-Neue, Helvetica, Arial, sans-serif;
1919
text-transform: none;
2020
font-weight: 500;
2121
font-smoothing: antialiased;

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: PayPalOpen-Regular, Helvetica, Arial, "Liberation Sans", sans-serif;
7+
font-family: PayPalPlain-Regular, "SF Pro Text", Roboto, Helvetica-Neue, Helvetica, Arial, sans-serif;
88
padding: 0;
99
margin: 0;
1010
width: 100%;

0 commit comments

Comments
 (0)