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')
}
 

+ Answer
+ Report
Total Preview: 764

Copyright © 2024. Powered by Intellect Software Ltd