+ 2
what is the diff in normal and inherit font varient
2 Answers
+ 2
inherit takes the value from the parent. If the parent's font-variant is for example italic, the child will also take it as italic.
0
ok thanks but what if a child ? the next paragraph for example ?
<p> parent </p>
<p> child ? </p>