Results 1 to 2 of 2

Thread: Need to change a bit with the texts on my site.

  1. #1
    Join Date
    Jan 2012
    Location
    Dhaka, Bangladesh
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Need to change a bit with the texts on my site.

    I want to change the look for the texts placed on my website.

    i don't want traditional fonts. Something new and attractive that will be unique in design also.

    and also the menu bars on my site is not aligned properly.

    I want them to margin left side like a drop down.

    please, help.

  2. #2
    Join Date
    Jan 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You can use fonts from sites like: www.dafont.com, www.1001freefonts.com

    Add this to your stylesheet:

    Code:
    @font-face {
            font-family: font-name;
            src: url('path to fontfile.ttf');  
    }
    Then you can use font-name as any other traditional font like arial, verdana etc.

    Hope this helps

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
  •