Log in

View Full Version : Need to change a bit with the texts on my site.



handycss
01-15-2012, 01:09 PM
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.

ashimaathri
01-17-2012, 08:29 AM
You can use fonts from sites like: www.dafont.com (http://www.dafont.com), www.1001freefonts.com

Add this to your stylesheet:


@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