Results 1 to 2 of 2

Thread: How to use customised text in html?

  1. #1
    Join Date
    Oct 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to use customised text in html?

    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

  2. #2
    Join Date
    Nov 2006
    Location
    Pirassununga/SP Brazil
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •