- 8
Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test". { font-family: "
3 Antworten
+ 6
@font-face
{
font-family: "test";
src: url(test.ttf);
}
p::first-line{
font-family: "test";
}
+ 1
@font-face
{
font-family: "test";
src: url(test.ttf);
}
p::first-line{
font-family: "test";
}
but make sure that you're learning from it.
- 1
@font-face
{
font-family: "test";
src: url(test.ttf);
}
p::first-line{
font-family: "test";
}