MCQs > IT & Programming > CSS > While rendering the following code, what is the role of 'src' propery? @font-face { font-family: 'calibriforh1'; src: local('calibri'), url(calibri.woff); } h1 { font-family: 'calibriforh1', arial, sans-serif; }

CSS MCQs

While rendering the following code, what is the role of "src" propery? @font-face { font-family: "calibriforh1"; src: local("calibri"), url(calibri.woff); } h1 { font-family: "calibriforh1", arial, sans-serif; }

Answer

Correct Answer: It's for searching the user's system for a "calibri" font, and if it does not exist, it will load the font from the server instead.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

CSS Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

CSS Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it