| font-style | italicsoroblique | 
| font-variant | normalorsmall-caps | 
| font-weight | normal,boldor numeric from 100 to 900. | 
| font-size | The font size given in %,px,em, or any other valid CSS measurement | 
| line-height | The line height given in %,px,em, or any other valid CSS measurement | 
| font-family | This is for defining the family's name. | 
| color | Any valid CSS color representation, like red,#00FF00,hsl(240, 100%, 50%)etc. | 
| font-stretch | Whether or not to use a confenced or expanded face from font. Valid values are normal,ultra-condensed,extra-condensed,condensed,semi-condensed,semi-expanded,expanded,extra-expandedorultra-expanded | 
| text-align | start,end,left,right,center,justify,match-parent | 
| text-decoration | none,underline,overline,line-through,initial,inherit; |