Question:Which of the following CSS rule is used to install web font in the web page?
A
@font-install{ src: url('myfont.eot') format('embedded-opentype') }B
@font-setup{ src: url('myfont.eot') format('embedded-opentype') }C
@font-url{ src: url('myfont.eot') format('embedded-opentype') }D
@font-face{ src: url('myfont.eot') format('embedded-opentype') }
+ AnswerD
+ Report