Page 1 of 1

Problem of display with an added font.

Posted: Mon Dec 02, 2013 1:03 pm
by marieall

Hi, I've got a problem with an added font. I managed to make it appear on some labels, but on others it doesn't work, although I gave them the same CSS values....
Could you help me?

I joined a few screenshot for you to understand what's going on...

Thanks in advance :)

Image Image Image


Problem of display with an added font.

Posted: Mon Dec 02, 2013 1:58 pm
by Maryna Brodina

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


Problem of display with an added font.

Posted: Mon Dec 02, 2013 5:40 pm
by marieall

Thanks Maryna! It's working now :)


Problem of display with an added font.

Posted: Sun Jun 08, 2014 11:03 pm
by EJLD

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


Problem of display with an added font.

Posted: Mon Jun 09, 2014 1:21 pm
by Kateryna Grynko

Hi,

This topic should help you: http://stackoverflow.com/questions/12...


Problem of display with an added font.

Posted: Tue Jun 10, 2014 1:46 am
by EJLD

thk you
I'll check this out.