lilman Posted January 28, 2007 Share Posted January 28, 2007 I want to use specific font for my website, the only problem is what if the viewer doesn't have that font install on their computer. Thus, my question is, how can I upload a font style to my site and load it using PHP if they do not have it currently installed. Link to comment https://forums.phpfreaks.com/topic/36076-loading-font/ Share on other sites More sharing options...
Hypnos Posted January 28, 2007 Share Posted January 28, 2007 PHP just generates HTML for your site. Anything done with fonts will be seen as just normal HTML (because it is).The only way I know of embeding fonts is to use the Microsoft WEFT tool. But that only works in IE, last time I checked.You should try to stick to the standard webfonts, and use images for anything fancy. Link to comment https://forums.phpfreaks.com/topic/36076-loading-font/#findComment-171350 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.