Skip to content

Commit

Permalink
🐛 remove unused fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanaFigueira committed Oct 24, 2024
1 parent b5c727c commit f6a5eda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link 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">

<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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">

<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=Manrope:[email protected]&display=swap" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Gurb/components/SomGurbStepper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const SomGurbStepper = (props) => {
<StepLabel color="inherit">
<Typography
sx={{
fontFamily: 'Manrope',
fontFamily: 'Inter',
fontSize: '18px',
textTransform: 'capitalize'
}}>
Expand Down

0 comments on commit f6a5eda

Please sign in to comment.