onwidget / qwind

⭕️ Qwind: A template to make your website using Qwik + Tailwind CSS.
https://qwind.pages.dev
MIT License
251 stars 68 forks source link

Text "Jumping" by refreshing the page #11

Closed Junkboy1 closed 1 year ago

Junkboy1 commented 1 year ago

Hello, I'm testing qwind template and I just clone the repo then npm i, npm run dev and when I join the page I see an instant "jump" of the text then I navigate to /blog and the go back to / and both times I see that the text jumps.

To test it just clone the repo and run the dev env then press F5 and anytime that you press F5 you will see the text jumping and its like "flashing" the screen

Junkboy1 commented 1 year ago

I test it even in prod and its there

prototypa commented 1 year ago

Hello @Junkboy1

That is due to changes with the fonts in what loads the one required by the theme. We replace the fonts sources from Google Fonts to the packages @fontsource/. Now It should work without a problem.