Css: how to map a given font to a given weight? -
Css: how to map a given font to a given weight? -
i need assign font specific weight.
avenirnext-regular base of operations font want. when comes bold it, result not want: avenirnext-bold heavy. i'd utilize avenirnext-demibold instead.
is there cool way assign semibold (or whatever font need) font-weight: bold property?
[edit] tried explore following, there way add together src existing font-face?
@font-face { font-family: "avenirnext-demibold"; font-weight: bold; }
you can font-weight: 600; semi bold.
i wrong however, issue seems more relevant towards custom font you're loading page noted "avenirnext-regular" , "avenirnext-bold".
as you've stated want demibold - there such custom font weight embedded font?
hope helps.
css fonts
Comments
Post a Comment