|
#1
|
||||
|
||||
|
Is your website's font readable across various operating systems?
Here is a quick html tip for you guys that design/host your own websites.
As you may already know, font faces vary by the operating system you are using. Therefore, the font on a website may be different depending upon what operating system (Windows, Mac, etc.) they are using. When coding a website, make sure your text is readable across all operating systems. You can do this by using the font-family property when coding your website. Here is an example: HTML Code:
<p style="font-family:'gill sans', verdana, arial, helvetica;"> Here I have given the browser four choices, in hopes that it will find one of them on the viewer's system.</p> It is always a good idea to for you to pick fonts that are compatible with most computers. For a list with font compatibility across various operating systems, go to: http://www.visibone.com/font/FontResults.html Have fun! |













Threaded Mode