Hi,
those title are not bold in general -- they are inside <h4> and they have font-weight:600;
You can try to replace it with
- Code: Select all
h4.nspHeader { color: #222; font-weight: bold; }
p.s.
Unfortunately, each browser modifies the appearance of items - even when we use this same CSS.
For example on Safari all fonts looks much more smoothed.
Also on different screens colors looks different - I have it all the time. when lady said this is not real red, but on my screen I have code for red color.