font-weight
weight normal
weight bold
weight 100
weight 500
weight 800
weight bold
weight 100
weight 500
weight 800
<--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-bold"> My font style italic </span>
<span class="v-font-lg v-font-100"> My font style oblique </span>
<span class="v-font-lg v-font-500"> My font style oblique </span>
<span class="v-font-lg v-font-800"> My font style oblique </span>
</div>
font-weight version