Page 1 of 1
Like to know which font is used on the forum
Posted: Thu Jan 04, 2007 4:42 pm
by Msmax
Can anyone please tell me which font has been used on this forum?
Thanks, Msmax
Posted: Thu Jan 04, 2007 4:52 pm
by rkawakami
Generally you can see this type of information by right-clicking the page and selecting "View Page Source" (Firefox; IE is somewhat similar). This shows you the underlaying HTML code. Search for the word "font" and you may see this:
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif }
Depending upon the fonts available with your computer, Verdana will be the first choice and if it's not available, then the browser proceeds down the list looking for the others.
Posted: Thu Jan 04, 2007 5:14 pm
by Msmax
Thanks Ray.
Verdana was the name I was looking for.
Msmax