Skip to content

Commit

Permalink
Changed font
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 15, 2024
1 parent 708c4fc commit 45a69a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#1b8ad3" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<!-- font begins -->

<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:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet">


<!-- font ends -->

<title>CapRover | Server Dashboard</title>
</head>

Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function App() {
token: {
colorPrimary: '#4f5bff',
colorLink: '#2672c9',
fontFamily: `Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI',
fontFamily: `'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'`,
},
Expand Down

0 comments on commit 45a69a2

Please sign in to comment.