javascript
Brief description  about Online courses   join in Online courses
View Deepika D S 's Profile

css query

Sir why do we use 2 values ie:georgia,arial in a single property ie:font faamily


h1 {
color: #FF0000;
font-family: Georgia, arial;
}
Asked by Deepika D S | Aug 24, 2012 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

your style sheet will read first "Georgia" this font, if your doesn't have that font then style sheet will go for 2 font "arial"

Regards
Aug 28, 2012