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. Quote 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 Quote 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 . Quote 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 Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.