How can I embed a costum font in WordPress?

  • Unknown's avatar

    Hello! Is there any way i can embed a costum fonts in wordpress? I’m using fonts that only availible to me but not to user, they need to install that font in order to view my blog. I know Microft WEFT can accomplish this task in IE. I got this css code and i don’t know where to put it in order for it to work. Can anyone help. Thank you very very much in advance.
    ————————————————————————————–
    <STYLE TYPE=”text/css”>
    <!– /* $WEFT — Created by: xxxx( (email visible only to moderators and staff)) on 1/20/2008 — */
    @font-face {
    font-family: Khmer OS System;
    font-style: normal;
    font-weight: normal;
    src: url(KHMEROS0.eot );
    }
    –>
    </STYLE>
    ————————————————————————————–

  • Unknown's avatar

    No you cannot, and in most cases, it would be illegal even if you could. Most fonts are under a license agreement and would have to be bought by each individual reader and installed on their computer. Some fonts may be under GPL, but you still would not be able to embed them.

  • The topic ‘How can I embed a costum font in WordPress?’ is closed to new replies.