maybe you use a percentage based font size for your textformat for mobile! that could be the issue.
try using a bigger value or use a px based fontsize for your format[image: 1674561786458-screenshot-2023-01-24-at-13.03.02.png]
Hey @anders,
pretty cool website you've build! I'm trying something similar right now, but I'm struggling with the mobile navigation. Would you kindly push me in the right direction on how you managed to keep the "4-corner-navigiation" (don't know how else I should describe it :D) in the mobile version?
Thanks!
Felix
Hi Anders,
you need to upload the font files to Laytheme.
I don't know if Typekit gives you files to upload.
Otherwise you have to embed them manually to your website with CSS.
I hope I could help!
Marius
Hi Anders,
if you have no clue about Javascript this is rather a complicated one.
I will not be able to provide you the solution
Maybe you can find a solution with muting the browser tab?
You got some research about that?
Let me know!
Marius
Hi Anders!
You need to call the object which you want to hover:
.object:hover {
cursor: crosshair;
}
I hope that answered your question. :-)
All the best!
Marius