Embedding Web Fonts

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following media query describe describes the height of the screen or full height of the output page?
height
aspect-ratio
device-height
resolution
Explanation:
None.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is not value for the font-stretch(Font descriptor)?
normal
50%
expanded
ultra-expanded
Explanation:
None.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Which of the following media query describe the ratio of the width to the height of the media?
ratio
aspect-ratio
deviceaspect-ratio
resolution
Explanation:
None.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property specifies whether an element is an accelerator indicator or not?
push
accelerator
jump-start
animation
Explanation:
Syntax:
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property sets a variation of the specified or default font family?
fonts
font-style
font-variant
font-weight
Explanation:
Syntax:
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property sets the style of a font?
font
style
font-style
@font-face
Explanation:
Syntax:
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?
grid
monochrome
resolution
orientation
Explanation:
None.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is used to associate a font name to be used in a style sheet with some downloadable font?
@font-face
@charset
@media
!important
Explanation:
None.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following font format is supported by all the latest browser?
EOT
WOFF2
SVG
WOFF
Explanation:
None.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
The @font-face rules assign different names to the regular and bold versions of the font.State true or false.
True
False
Explanation:
Self-explainatory.