Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test". { font-family: " | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 8

Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test". { font-family: "

24th Jun 2020, 5:59 PM
Snehal Mahabare
Snehal Mahabare - avatar
3 Answers
+ 6
@font-face { font-family: "test"; src: url(test.ttf); } p::first-line{ font-family: "test"; }
12th Nov 2020, 7:41 PM
Ali
Ali - avatar
+ 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.
25th Mar 2022, 7:03 AM
YATIN KISHOR PATIL
- 1
@font-face { font-family: "test"; src: url(test.ttf); } p::first-line{ font-family: "test"; }
3rd Oct 2021, 7:55 AM
Madhuri Gawai