font style not reflected in muffin builder code
Main website - http://buildmywordpresswebsite.com
Example - on homepage there is code in column:
<h2 style="font-size: 60px; line-height: 70px; color: #fff; border-bottom: 4px solid #ebc076; display: inline-block; padding: 0 0 10px; margin-left: 30px;">IRELAND’S POET-PATRIOTS<br> Premiere Performance</h2>
<h3 style="color: #fff; margin-bottom: 45px; font-family: italic; margin-left: 30px;"> April 22nd, 2016<br>
San Francisco's historic Grace Cathedral</h3>
<h3 style="color: #fff; margin-bottom: 45px; font-family: italic; margin-left: 30px;"> April 22nd, 2016<br>
San Francisco's historic Grace Cathedral</h3>
1. Note that the font family is italic but the front end doesn't show the text as italics. Why?
2. Where can I see what font is being used?
3. Is this column able to take html and css code?
Thanks.
Comments
1. italic is a font-style, not font-family. We suggest to read about this on http://www.w3schools.com/cssref/pr_font_font-style.asp
2. The font family can be set under Theme options > Fonts > Size & Style section.
3. Yes, you can use both but only if you know coding because if you don't know, you may bring more harm than good.