Font changing for only mobile

hello,

can anyone fix the issue with the font changing on mobile when i apply a gradient colour?

The way that i make the words a gradient is i bold the word that i want to be gradient then i apply the code the shopify section. it works but it changes the font on mobile.

i use this code:

h2 strong {
background: linear-gradient(90deg, #00ffff, #007fff);
-webkit-background-clip: text;
color: transparent;
font-weight: normal;
}

Thanks

Great!

How can i fix it?