Hello, I need some help. I use for TEXTBLOCK texts and for texts SPECIAL HEADING a font Oswald. But it does not load on my computer screen or my Iphone. Why does it happen? See the codes below.
TEXT BLOCK
<P style = “font-family: ‘Oswald’, sans-serif font-size: 31px; text-align: center; letter-spacing: 3px; line-height: 1.7em; color: # 000000; ENPRO ENGINEERING AND PROJECTS </ p>
SPECIAL HEADING
.av-special-heading-tag {
Font-size: 24px;
Line-height: 1.1em;
Font-family: ‘Oswald’, ‘Muli’, sans-serif!
Color: # 88bbc8;
}
LINK SITE
Hey mleite1,
Please try this instead:
<p style = "font-family: 'Oswald', sans-serif; font-size: 31px; text-align: center; letter-spacing: 3px; line-height: 1.7em; color: # 000000;"> ENPRO ENGINEERING AND PROJECTS </p>
.av-special-heading-tag {
font-size: 24px;
line-height: 1.1em;
font-family: ‘Oswald’, ‘Muli’, sans-serif !important;
color: #88bbc8;
}
Best regards,
Rikard
Tks, Rikard.