Is there an error in this code? If so, find the best description of the problemcss@font-face { font-family: 'Avenir', sans-serif; src: url('avenir.woff2') format('woff2'), url('avenir.woff') format('woff');}

🎲 Try a Random Question  |  Total Questions in Quiz: 114  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CSS Quiz — practice the complete quiz, review flashcards, or try a random question.

CSS MCQs For LinkedIn Skill Assessments.


Is there an error in this code? If so, find the best description of the problem<br>css<br>@font-face {<br> font-family: 'Avenir', sans-serif;<br> src: url('avenir.woff2') format('woff2'), url('avenir.woff') format('woff');<br>}<br>