fonts are the most important element in a page. without it, nothing can be delivered without using images or signs as a replacement.
some people assign some special fonts on their page just to give their page the new identity. the owner identity. it’s a good thing. if only the visitor have a good internet connection. otherwise, it’ll take some cup of tea to finish loading.
to prevent your visitors from leaving your page before they read anything you’ve published, do consider to use only CSS Web Safe Font Combinations. this may improve page load and visitors experience.
as a reference:
Serif Fonts
font-family | Example text |
---|---|
Georgia, serif | This is a headingThis is a paragraph |
"Palatino Linotype", "Book Antiqua", Palatino, serif | This is a headingThis is a paragraph |
"Times New Roman", Times, serif | This is a headingThis is a paragraph |
Sans-Serif Fonts
font-family | Example text |
---|---|
Arial, Helvetica, sans-serif | This is a headingThis is a paragraph |
Arial Black, Gadget, sans-serif | This is a headingThis is a paragraph |
"Comic Sans MS", cursive, sans-serif | This is a headingThis is a paragraph |
Impact, Charcoal, sans-serif | This is a headingThis is a paragraph |
"Lucida Sans Unicode", "Lucida Grande", sans-serif | This is a headingThis is a paragraph |
Tahoma, Geneva, sans-serif | This is a headingThis is a paragraph |
"Trebuchet MS", Helvetica, sans-serif | This is a headingThis is a paragraph |
Verdana, Geneva, sans-serif | This is a headingThis is a paragraph |
Monospace Fonts
font-family | Example text |
---|---|
"Courier New", Courier, monospace | This is a headingThis is a paragraph |
"Lucida Console", Monaco, monospace | This is a headingThis is a paragraph |
source http://www.w3schools.com/cssref/css_websafe_fonts.asp
but, you can always go with your style
No comments:
Post a Comment