InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used?(a) default(b) font-size-fallback(c) font-adjust(d) font-size-adjustI have been asked this question during an interview.I'm obligated to ask this question of CSS Fonts topic in portion CSS Fundamentals, Colors and Styling of CSS |
|
Answer» RIGHT CHOICE is (d) font-size-adjust For EXPLANATION I WOULD SAY: Self-explainatory. |
|