voip03 Posted August 14, 2011 Share Posted August 14, 2011 I am going to build a page for German speakers. How can I change the font to German? I have font how I can put that in to my code. Link to comment https://forums.phpfreaks.com/topic/244768-how-to-add-some-non-standard-font-to-website/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 14, 2011 Share Posted August 14, 2011 copy the font type from your computer and upload it to your server. can be done using css3 @font-face { font-family: fontname; src: url('fontname.ttf'); } .my_CSS3_class { font-family: fontname; font-size: 3.2em; } change fontname to the actual font name Link to comment https://forums.phpfreaks.com/topic/244768-how-to-add-some-non-standard-font-to-website/#findComment-1257219 Share on other sites More sharing options...
voip03 Posted August 14, 2011 Author Share Posted August 14, 2011 This is the only one oprtion I have? thank u . Link to comment https://forums.phpfreaks.com/topic/244768-how-to-add-some-non-standard-font-to-website/#findComment-1257221 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 14, 2011 Share Posted August 14, 2011 you can google it if you want mark topic as solve Link to comment https://forums.phpfreaks.com/topic/244768-how-to-add-some-non-standard-font-to-website/#findComment-1257229 Share on other sites More sharing options...
voip03 Posted August 14, 2011 Author Share Posted August 14, 2011 thank you Link to comment https://forums.phpfreaks.com/topic/244768-how-to-add-some-non-standard-font-to-website/#findComment-1257232 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 14, 2011 Share Posted August 14, 2011 no prob its my honour to help people Link to comment https://forums.phpfreaks.com/topic/244768-how-to-add-some-non-standard-font-to-website/#findComment-1257234 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.