css - How to set the font weight in the font-family property? -
i have below css code
.mybutton{ font-family : segoe ui semibold; } semi bold applies in above case
i need change below
.mybutton{ font-family: segoe ui, helvetica neue, arial semibold } but semi bold not applied, how achieve out using font-weight property
here shorthand font
body { font: font-style font-variant font-weight font-size/line-height font- family; } wiki
Comments
Post a Comment