Skip to content

Commit

Permalink
Nunito sans
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Feb 17, 2024
1 parent 969fbf2 commit b8b20fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/server/admin/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
href="https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap"
rel="stylesheet"
/>
<title>Portr - Expose local ports to public URLs</title>
Expand Down
2 changes: 1 addition & 1 deletion internal/server/admin/web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config = {
sm: "calc(var(--radius) - 4px)",
},
fontFamily: {
sans: ["Roboto", ...fontFamily.sans],
sans: ["Nunito Sans", ...fontFamily.sans],
},
},
},
Expand Down

0 comments on commit b8b20fb

Please sign in to comment.