Open mrleblanc101 opened 2 months ago
I use this config:
{ theme: 'dark', fontFamily: 'Inter', }
I see font-familly: Inter;, but when I inspect the rendered font is Times. I know that Inter is loaded and works and this is the font that is displayed on the rest of my website.
font-familly: Inter;
Times
<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=Inter:slnt,wght@-10..0,100..900&display=swap" rel="stylesheet">
No response
If I use a build-in font instead of a Google font like monospace, it works:
monospace
Description
I use this config:
I see
font-familly: Inter;
, but when I inspect the rendered font isTimes
. I know that Inter is loaded and works and this is the font that is displayed on the rest of my website.Steps to reproduce
Screenshots
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response