Arial, Verdana and Times New Roman are considered common place and most likely the most acceptable fonts to use. Try not to use an obscure font as it might not appear correctly in other people's browser.Arial, Verdana and Times New Roman are considered common place and most likely the most acceptable fonts to use. Try not to use an obscure font as it might not appear correctly in other people's browser.
Check out http://www.google.com/fonts
I use it all my designs, it's easier than uploading your own fonts and there's very little speed issues with it.Check out [url]http://www.google.com/fonts[/url]
I use it all my designs, it's easier than uploading your own fonts and there's very little speed issues with it.
Then if I want some text a different font from google fonts I apply that in css to the class or id.I normally effect all text on the page with the same default font using below
[code]
* {
font-family: helvetica,arial,verdana,sans-serif;
}
[/code]
Then if I want some text a different font from google fonts I apply that in css to the class or id.
Beverly
Are you sure you want to delete this post?