InterviewSolution
Saved Bookmarks
| 1. |
@font-feature-values are only supported in _______________(a) chrome(b) firefox(c) IE(d) Opera |
|
Answer» The correct choice is (b) firefox For explanation I would say: @font-feature-values are supported by Firefox only, font-kerning is supported by all the browsers, font-language-override is supported by firefox only, font-varient is supported by all the browsers. |
|