Font size screwup

Solved;

added this to my global CSS - worked a charm.

span {
font-size: 18px !important;
font-weight: inherit;
}

Got the idea from this thread:
http://forums.realmacsoftware.com/t/help-with-css-overriding-inline-css/9201/2

1 Like