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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -