Orionsbelter Posted March 6, 2009 Share Posted March 6, 2009 Is there a way to install .TTF onto my sever so i can use them on my pages? Link to comment https://forums.phpfreaks.com/topic/148259-installing-texts-on-lunix-sever/ Share on other sites More sharing options...
Mark Baker Posted March 6, 2009 Share Posted March 6, 2009 Is there a way to install .TTF onto my sever so i can use them on my pages? .TTF files are TrueType Fonts, not Texts There is a way to store .TTF files on your server, but it won't help with what appears in the client browser: that's dependent on the fonts that they have installed on their PC, not what you have on the server. You might use TTF files on the server if you were generating PDF files for download to a client PC, where you can embed the font within the PDF file. Note that you don't "install" font files on the server, unless you're running X-Window or similar GUI interfaces on the server itself. Link to comment https://forums.phpfreaks.com/topic/148259-installing-texts-on-lunix-sever/#findComment-778360 Share on other sites More sharing options...
Orionsbelter Posted March 6, 2009 Author Share Posted March 6, 2009 can i embed them into a page? Link to comment https://forums.phpfreaks.com/topic/148259-installing-texts-on-lunix-sever/#findComment-778387 Share on other sites More sharing options...
revraz Posted March 6, 2009 Share Posted March 6, 2009 Like an Image? Link to comment https://forums.phpfreaks.com/topic/148259-installing-texts-on-lunix-sever/#findComment-778388 Share on other sites More sharing options...
Mark Baker Posted March 6, 2009 Share Posted March 6, 2009 can i embed them into a page? No! Though as revraz points out, you could use the fonts with gd to create an image Link to comment https://forums.phpfreaks.com/topic/148259-installing-texts-on-lunix-sever/#findComment-778389 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.