Font not changing in mobile version in motion theme

I am facing some issue in mobile version of my website

i have selected headings font: roboto condensed bold italic but it only changes in laptop version.When i preview it from my mobile it is not italic

Hello there,

Please share me store url and password.

Thank you!

https://6780ac-2.myshopify.com/

password:cheart

Hey,

https://6780ac-2.myshopify.com/?_ab=0&_fd=0&_sc=1

password: cheart

Hello
please add this css Asset > theme.css and paste this at the bottom of the file:-

@media screen and (max-width: 769px) {
body, input, textarea, button, select, a, p ,h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
    font-style: italic;
}

Hello,

Do I have to go to edit code and then theme.scss and paste it at the bottom?

Hello @Subhansaqib

yes.

Hello,

I tried the method u told me but it isn’t working.It actually removes my photos and section,The only remaining thing it shows is the headings

THANK YOU! This solved the issue :grinning_face_with_smiling_eyes: