- CSS - Scrollbars
- CSS - Dimension
- CSS - Outlines
- CSS - Cursors
- CSS - Padding
- CSS - Lists
- CSS - Margins
- CSS - Borders
- CSS - Tables
- CSS - Links
- CSS - Images
- CSS - Text
- CSS - Fonts
- CSS - Backgrounds
- CSS - Colors
- CSS - Measurement Units
- CSS - Inclusion
- CSS - Syntax
- CSS - Introduction
- CSS - Home
CSS Advanced
- CSS - Validations
- CSS - Layouts
- CSS - Printing
- CSS - Aural Media
- CSS - Paged Media
- CSS - Media Types
- CSS - Text Effects
- CSS - @ Rules
- CSS - Pseudo Elements
- CSS - Pseudo Classes
- CSS - Layers
- CSS - Positioning
- CSS - Visibility
CSS3 Tutorial
- CSS3 - Box Sizing
- CSS3 - User Interface
- CSS3 - Multi columns
- CSS3 - Animation
- CSS3 - 3d transform
- CSS3 - 2d transform
- CSS3 - Web font
- CSS3 - Text
- CSS3 - Shadow
- CSS3 - Gradients
- CSS3 - Color
- CSS3 - Multi Background
- CSS3 - Border Images
- CSS3 - Rounded Corner
- CSS3 - Tutorial
CSS Responsive
CSS References
- CSS - Animation
- CSS - Units
- CSS - Web safe fonts
- CSS - Web browser References
- CSS - Color References
- CSS - References
- CSS - Quick Guide
- CSS - Questions and Answers
CSS tools
CSS Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
CSS - Web Safe Fonts Reference
Font combinations
CSS3 has adapted font combinations technology. In here,if the browser doesn t support the first font then it tries the next font.
Serif Fonts
Font family | Normal | bold |
---|---|---|
Georgia, serif | This is normal text. |
This is normal text. |
"Times New Roman", Times, serif | This is normal text. |
This is normal text. |
"Palatino Linotype", Palatino, "Book Antiqua", serif | This is normal text. |
This is normal text. |
Sans-Serif Fonts
Font family | Normal | bold |
---|---|---|
Arial, Helvetica, sans-serif | This is normal text. |
This is normal text. |
"Arial Black", Gadget, sans-serif | This is normal text. |
This is normal text. |
Impact, Charcoal, sans-serif | This is normal text. |
This is normal text. |
Impact, Charcoal, sans-serif | This is normal text. |
This is normal text. |
Tahoma, Geneva, sans-serif | This is normal text. |
This is normal text. |
"Trebuchet MS", Helvetica, sans-serif | This is normal text. |
This is normal text. |
Verdana, Geneva, sans-serif | This is normal text. |
This is normal text. |
Monospace Fonts
Font family | Normal | bold |
---|---|---|
Courier, monospace | This is normal text. |
This is normal text. |
"Courier New", Courier, monospace | This is normal text. |
This is normal text. |
"Lucida Console", Monaco, monospace | This is normal text. |
This is normal text. |
Cursive Fonts
Font family | Normal | bold |
---|---|---|
"Comic Sans MS", cursive | This is normal text. |
This is normal text. |
"Courier New", Courier, monospace | This is normal text. |
This is normal text. |
"Lucida Console", Monaco, monospace | This is normal text. |
This is normal text. |