• Resolved creativemind1

    (@creativemind1)


    Hello

    I would like to know how to use @font-face in website. I want to use the following css `@font-face {
    font-family: ‘LeagueGothicRegular’;
    src: url(‘fonts/League_Gothic-webfont.eot’);
    src: url(‘fonts/League_Gothic-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘fonts/League_Gothic-webfont.woff’) format(‘woff’),
    url(‘fonts/League_Gothic-webfont.ttf’) format(‘truetype’),
    url(‘fonts/League_Gothic-webfont.svg#LeagueGothicRegular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }` but unable use. Can anyone guide me or give me one simple test.php ?

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Font-Face CSS’ is closed to new replies.