Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS @font-face , letters splitted and separated …

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #36420
    dagash
    Participant

    @font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'ShorooqN1Regular';
    src: url('shorooq_n1-webfont.eot');
    }

    @font-face {
    /* This declaration targets everything else */
    font-family: 'ShorooqN1Regular';
    src: url(//:) format('no404'), url('shorooq_n1-webfont.woff') format('woff'), url('shorooq_n1-webfont.ttf') format('truetype'), url('shorooq_n1-webfont.svg#ShorooqN1Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    }



    p{
    font-family: 'ShorooqN1Regular';
    font-size : 15px;
    }

    but there is a problem … letters had a cut … and splitted.
    look at this picture : image in firefox 9.0.1

    #95853
    dagash
    Participant

    no it is not working ,, this i think due to type of font …

    but i still what is the wrong , i tried many times …

    #96091
    dagash
    Participant

    any help about this problem guys …

    #96101
    Paulie_D
    Member

    Where did you get the font from?

    #96128
    chrisburton
    Participant

    Perhaps the font is missing those characters which is why they will not render? It is hard to help with a language barrier.

    #96137
    chrisburton
    Participant

    You could just use Paul Irish’s cross-browser method.

    #96155
    dagash
    Participant

    ChristopherBurtonChristopherBurton
    which method … ?? i didnt here about it … !!

    Paulie_D
    the font is related to the designer : SAUD , i think it is made by FONTLAB ..

    knittingfrenzy18
    i will try …

    #96165
    FazBuzzWP
    Member

    Paul Irush’s bulletproof @font-face syntax: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/

    More BulletProof @font-face syntax: http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax

    but i still think the problem is with the font..

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.