font-style
My font style normal
My font style italic
My font style oblique
My font style italic
My font style oblique
<--add a font class to body tag-->
+ <body class="font" >
<div>
<span class="v-font-lg v-font-normal"> My font style normal </span>
<span class="v-font-lg v-font-italic"> My font style italic </span>
<span class="v-font-lg v-font-oblique"> My font style oblique </span>
</div>
font-style version