Hello! As we can see from the screenshot one CSS style is overwriting another. To avoid it you can add !important for property you don't want to be overwritten. For example prefont-family: 'airstreamregular' !important;/pre
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello! As we can see from the screenshot one CSS style is overwriting another. To avoid it you can add !important for property you don't want to be overwritten. For example prefont-family: 'airstreamregular' !important;/pre
Thanks Maryna! It's working now ![]()
Hi There,
the web viewer shows well the 'Comic Sans MS' indicated in the CSS for my buttons, header, ... however when under mobile viewers it becomes another font-family like some kind of Times for iPhone5 or Helvetica for Android ...
I tried the !important above however no improvement unfortunately.
any idea ?
thks in advance
Hi,
This topic should help you: http://stackoverflow.com/questions/12...
thk you
I'll check this out.