Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #709716

    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

    #710065

    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

    #710250

    Tks, Rikard.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘FONTS DO NOT CARRY ON THE SCREEN’ is closed to new replies.