Content body font defaulting to italic

I'm building over a pre-built website with CSS code installed by default. I've unchecked all the Google fonts but no change. Is the solution here in the below CSS? Setting snap attached. THANK YOU.


DEFAULT CSS (PRELOADED)

p, .icon_box .desc_wrapper .desc { font-style: italic; }


/* HR */

.massage_hr { display: block; margin-bottom: 30px; width: 90px; height: 2px; background: #b19c73; clear: both; }

.massage_hr_right { float: right; }


/* Button */

.button-margin-0 { line-height: 0; }

.button-margin-0 a.button { margin: 0; }


/* Article box */

.article_box .desc_wrapper p { border: 0; font-size: 12px; }

.article_box .desc_wrapper h4 { font-size: 17px; line-height: 25px; font-weight: 900; letter-spacing: 3px; word-wrap: break-word; }


/* Pricing box */

.pricing-box .plan-header h2 { font-weight: 300; }

.pricing-box .plan-inside { padding: 30px; }


Comments

Sign In or Register to comment.