Animation changing when i change the font
When i enter the font to my body, my whole animation is changing. How can i stop that?
https://codepen.io/Boeroe/pen/mdaNNwX
i've tried to add:
<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=Glory:wght@100&display=swap" rel="stylesheet">
font-family: 'Glory', sans-serif;
13 Replies
you imported weight 100 but you use weight 700
the browser will bold your font as they seem fit based on the font face you have imported
I guess that auto-bolding doesn't work with stroke text
Yes correct, so how can i edit this so it will work
import weight 700
Where do you set that just on the body like the font
@Boeroe Correct the 3rd link you are importing to wght@700
Wght@100
Yeah
Thanks guys
Does it work as you wanted?
Will test it tonight when I’m home, I will let you know
All right, have a nice day
Will get back here in the evening as well
Have a good one ser
Ty guys it worked! @phyrasaur @StoicWanderer
Good luck with your endeavours