Short Answer
Given the following at-rule that creates a web font, provide a CSS rule for p elements that uses the created web font. Use monospace for the generic font family.
@font-face {
font-family: Austere;
src: url(../fonts/metalic.woff2) format("woff2"),
url(../fonts/metalic.woff) format("woff");
}
Correct Answer:

Verified
p {font-fa...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Q88: Which of the following elements is in
Q89: CSS inheritance is when a CSS property
Q90: Coding conventions suggest that you declare a
Q91: How is the strict equality operator (===)
Q92: You can use the time element's datetime
Q93: For HTML's content model categories, the phrasing
Q94: One way to implement responsive images is
Q95: One of the main benefits of the
Q97: It is legal to have a p
Q98: For an element that uses absolute positioning,