Skip to content

Commit

Permalink
fix: actually use inter for font family
Browse files Browse the repository at this point in the history
  • Loading branch information
foochifa committed Sep 12, 2023
1 parent fe8c2e5 commit 72d5479
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/app/views/templates/payment-confirmation.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
body {
font-family: 'Inter', sans-serif;
}
</style>
</head>
<body
Expand All @@ -26,7 +29,6 @@
</p>
<p
style="
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
Expand All @@ -42,7 +44,6 @@
</p>
<div
style="
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
Expand All @@ -69,7 +70,6 @@
width: 100%;
height: 56px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
Expand All @@ -89,7 +89,6 @@
<div style="margin-top: 32px">
<p
style="
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
Expand All @@ -109,7 +108,6 @@
color: #445fcd;
word-wrap: break-word;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
Expand Down

0 comments on commit 72d5479

Please sign in to comment.