View Full Version : How to use customised text in html?
jewellim
11-21-2006, 04:50 AM
Can i use fonts other than standard fonts in html? I wish to ue fanciful text, so can i upload true type fonts into the web directory and direct the html codes to it? Thanks
ccrstudioweb
11-30-2006, 08:00 PM
the fonts used by browser are those instaled in client's. Most developers use universal fonts as verdana, arial, times new roman, (they are there since win 3x...)
To costumize fonts in your website you have 2 opthions:
#1 screenshot the original txt in your favorite font and display it on your site (it dameges web trackers and bots and make your site slower), or
#2 instal your favorite font on client's machine using CSS:
<Style Type="text/css"><!--
@font-face {font-family: font_name;
font-style: font_style;
src: 'font_url';}
--></Style>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.