Solved

Given the Following At-Rule That Creates a Web Font, Provide

Question 96

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:

verifed

Verified

p {font-fa...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions