Font not loading in mobile
I've deployed the website. Fonts are loading in desktop but not in mobile.
I'm using local fonts, tailwind.
This is how my
input.css
looks like.
site: https://thekimway.com/
code: https://github.com/AhadWeb3/the-kim-way-photography
what am i doing wrong9 Replies
Anyone here?
these fonts are not loading in desktop either just fyi\
it's loading the defaults for me
and looking at your index.html, you are linking to style.css
but not input.css
and in style.css, you have html fonts set to system fonts
hey, thank you for taking time to go through the code.
I had the font installed in my PC.
so it was loading on my device and not on all devices.
the path which i gave was wrong. corrected it.
Once again, thank you for the help. Means a lot
I'd give conversion to woff a look see. The command in Ubuntu is
sfnt2woff
.
Support is solid and it's generally an ~50% size savings.yep
converted it to woff
nice one, glad you got it worked out, 👍