Skip to content
6 changes: 3 additions & 3 deletions starter_code/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap"
href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>

Expand All @@ -75,8 +75,8 @@
--color-bg-soft: #f9fafb;
--color-bg-hero: #f0f2ff;

--font-display: "Sora", sans-serif;
--font-body: "Inter", sans-serif;
--font-display: "Manrope", sans-serif;
--font-body: "Manrope", sans-serif;

--radius-sm: 8px;
--radius-md: 14px;
Expand Down
Loading
Loading