Everything looks great in Chrome (mobile), but for some reason when I test it out on Mi Browser, the CSS isn't displaying correctly.
I'm working with Next.js and here's a snippet from my head tag:
<Head>
<meta charSet="UTF-8" />
<title>Nutryin</title>
<meta
name="viewport"
content="width=device-width; initial-scale=1.0;"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;500&display=swap"
rel="stylesheet"
/>
</Head>
Check out my website:
Here's how it looks on Chrome: https://i.sstatic.net/5nJ8P.jpg
And this is what it looks like on Mi Browser: https://i.sstatic.net/ZbZNh.jpg