Skip to content

Commit

Permalink
Try fix font won't load on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
x64Bits committed Mar 7, 2021
1 parent 23eb704 commit ef2a16c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Home() {
<title>Calculadora de Comisiones para PayPal</title>
<link rel="icon" href="/favicon.ico" />
</Head>
<main className="mx-5 my-5 max-w-md">
<main className="mx-5 my-5 max-w-md main-container">
<header className="flex flex-row items-center">
<img src="/iso.png" alt="App icon" className="h-12 w-12" />
<img src="/pp-logo.png" alt="PayPal logo" className="h-7 ml-2" />
Expand Down
3 changes: 3 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ input {
body {
padding: 0;
margin: 0;
}

.main-container {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif, Arial !important;
}

Expand Down

1 comment on commit ef2a16c

@vercel
Copy link

@vercel vercel bot commented on ef2a16c Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.