indysolo621 Posted November 23, 2010 Posted November 23, 2010 I have a custom font uploaded on my website but how do I get the text to use that font? Quote
Rasheed saeed Posted November 23, 2010 Posted November 23, 2010 I'm not exacly sure how to do this. But I think you would need to upload the font into you CPanel or FTP(what ever you use) and edit a .CSS file & the heade,login, etc.. Just and idea. :) Quote
indysolo621 Posted November 23, 2010 Author Posted November 23, 2010 I'm using mclite so there is no css and in the header it says <style> body { font-family:helvetica, arial, geneva, sans-serif;font-size:12;color: black; scrollbar-base-color: #005B70; scrollbar-arrow-color: #F3960B; scrollbar-DarkShadow-Color: #000000; } a:visited,a:active,a:hover,a:link { color: black;text-decoration: none; } table,tr,td { font-family:helvetica, arial, geneva, sans-serif;font-size: 12; } img { border:none; } textarea { font-family:helvetica, arial, geneva, sans-serif;font-size:12;color: black; } </style> </head> > I see the text thing but how to a add my custom font their and make it the default font? Quote
Equinox Posted November 24, 2010 Posted November 24, 2010 @font-face { font-family: "YourOwnFontNameHere"; src: url(/link/to/font) ; } body { font-family: YourOwnFontNameHere; } Quote
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.