Apparently variable fonts are better... thanks reddit!
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s
This commit is contained in:
@@ -3,7 +3,7 @@ import Header from "../components/Header.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
import { siteConfig } from "../config/site";
|
||||
import "../styles/global.css";
|
||||
import "@fontsource/inter";
|
||||
import "@fontsource-variable/inter";
|
||||
|
||||
interface Props {
|
||||
title?: string;
|
||||
|
||||
@@ -41,5 +41,5 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||
font-family: 'Inter Variable', system-ui, -apple-system, sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user