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 like this in the font family property


h1 {
color: #FF0000;
font-family: Georgia, arial;
}
Asked by Deepika D S | Aug 24, 2012 |  Reply now
Replies (1)
View amit kumar dubey 's Profile
We use different values in the font family property to avoid the browser go back to the browser default font family if it doesnt find the mentioned font on the users computer. It will look for the second then third font on the users computer, if we have mentioned more choices.
Dec 16, 2012