aitf311 Posted April 22, 2003 Share Posted April 22, 2003 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 More sharing options...
0 Redmak Administrators Posted April 22, 2003 Administrators Share Posted April 22, 2003 I did this once (a long long time ago :)) Maybe this can be of some help http://members.tripod.com/~bhaavana/embedded/faq.html Link to comment Share on other sites More sharing options...
0 mikejd1 Posted April 25, 2003 Share Posted April 25, 2003 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 More sharing options...
0 aitf311 Posted April 25, 2003 Author Share Posted April 25, 2003 lebmike, i wasnt asking how to code css....font embedding in css.. thanks Redmak Link to comment Share on other sites More sharing options...
0 kiggzy Posted April 27, 2003 Share Posted April 27, 2003 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 More sharing options...
0 aitf311 Posted April 27, 2003 Author Share Posted April 27, 2003 kiggzy...Font EMBEDDING...Redmak answered it. Link to comment Share on other sites More sharing options...
0 kiggzy Posted April 27, 2003 Share Posted April 27, 2003 sorry jus tryin be helpful edit: WEFT is font embedding, it stands for web embedding font tool or something Link to comment Share on other sites More sharing options...
0 aitf311 Posted April 27, 2003 Author Share Posted April 27, 2003 sorry if i seemed like a jerk, i just wanted to say that it is answered. Link to comment Share on other sites More sharing options...
Question
aitf311
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