0
No change during text-variant: Inherited?
Marked no change during text-variant: inherit
3 Réponses
0
Put your code here to help u
0
Just show me such examples, I'm trying using font-variant , but not working!
0
Without your code, we cannot give accurate explanation ^^
Anyway, 'inherit' is the default value of the font family properties for almost of the tags: you must use one of the minority NOT having this as default value:
<body style="font-family:serif; font-variant:small-caps;">
some sample text
<textarea style="font-variant:inherit;">some sample text</textarea>
</body>