• 0

CSS Font Embedding


Question

Has anyone here done any CSS Font Embedding? I saw it on a page and its awesome....im wanting to do it but I cant figure out microsofts program to make the eot file....

Any help would be appreciated

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

easy stuff.

BODY{

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

TABLE{

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

TR{

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

TD{

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

The text will never change :)

Link to comment
Share on other sites

  • 0
easy stuff.

BODY{

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

}

lebmike thats just CSS

you need WEFT m8, microsoft website, it isnt that hard to figure it out ... if you've got an area ofit where you're specifically stuck tell me and ill do my best :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.