0

I am displaying richtext on my web page. and have added an italic text, but it does no show as italic, just normal text.

when I look in developer tool it looks like the xsp.css is setting font-style to inherit but I can't decide what it inherits from.

how can I find out what is causing the italic to not being set correctly?

enter image description here

I created an empty database with a form and an xpage and seem to get the same problem

enter image description here

enter image description here

the result is the same in Chrome, Firefox and IE

Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62

1 Answers1

0

In Developer Tools go to the second tab on the right called Computed. Here you can find "font-style" and see what style sheets are used to compute the styling.

Here's an example from an XPages app that uses the OneUI theme:

enter image description here

Per Henrik Lausten
  • 21,331
  • 3
  • 29
  • 76