chiprivers Posted January 13, 2008 Share Posted January 13, 2008 I believe it is possible to embed a font into a web page so that the end user does not have to have a font installed on their PC for it to be displayed correctly in their browser. How is this done? Link to comment https://forums.phpfreaks.com/topic/85857-embedding-fonts/ Share on other sites More sharing options...
Lamez Posted January 13, 2008 Share Posted January 13, 2008 I thinks you would need to upload it to the server, then change it in the CSS, and use '' around the font for example font-family:Verdana, Arial, Helvetica, sans-serif, 'mynewfont'; make sure the font is in the same directory as the style sheet Link to comment https://forums.phpfreaks.com/topic/85857-embedding-fonts/#findComment-438267 Share on other sites More sharing options...
trq Posted January 13, 2008 Share Posted January 13, 2008 Did you try googling? I got some 1,250,000 results. This has nothing at all to do with php. Link to comment https://forums.phpfreaks.com/topic/85857-embedding-fonts/#findComment-438315 Share on other sites More sharing options...
Recommended Posts