+ 1
How to apply cursive font-style ?
I tried to do it but it always came in normal text I used code <p;font-style:cursive>text</p> please help me solve this problem i so badly wanna use cursive font style
4 Réponses
+ 2
You could style it as "italic". Or use em or i tag
<em>Emphasis</em>
<i>Italic</i>
+ 2
if it is inline styling use -<p style="font-family: 'cursive' , sans-serif"></p>
if it is external css or internal css use p {
font-family: 'cursive' , sans-serif;
}
+ 2
Thanks Lisa and jude miracle 😁
+ 2
Shifa Shaikh if u wanna more stylish font then search google fonts and import in your code