我需要那些字母很大但又很薄,所以我尝试了字体重量:较轻;
然而,没有任何变化,一些字体会变小,一些字体不会受到影响.
我怎样才能创建大而薄的字母? CSS中有没有办法,或者这些是特定的字体?
解决方法@H_404_10@
要获得更精致的Verdana版本,由于字体不支持某些权重,您必须托管自己的字体版本,或使用已托管的其他字体来实现您的外观.
有些字体不支持更轻/更重的版本 – 如果有的话,它们可能与CSS数字刻度不一致(正如你所指出的那样).
从here起.
Because so many professional quality web fonts come in a variety of
weights,it now makes much more sense to use the numerical scale than
it did when we only had to deal with ‘normal’ (400) and ‘bold’ (600).
Typically,a family’s weights can be mapped to these values:
100: Ultra Light
200: Thin
300: Light
400: Regular
500: Semi Bold
600: Bold
700: Extra Bold
800: Heavy
900: Ultra Heavy
Note the keyword,there: typically. The reality,sadly,is that many
fonts just don’t conform to this pattern,like when a family has a
multitude of weights,or where their own definitions don’t necessarily
conform to the standard scale.
所以,长话短说,你必须要么主持一个“更薄”版本的字体(你制作/下载的那个),或者使用不同的字体.
IMO Tahoma,Hedley或Geneva都是类似的字体,但这些字体不是免费提供的 – 你可以在Google fonts查看一些,你和@minitech都指出了.
有些字体不支持更轻/更重的版本 – 如果有的话,它们可能与CSS数字刻度不一致(正如你所指出的那样).
从here起.
Because so many professional quality web fonts come in a variety of
weights,it now makes much more sense to use the numerical scale than
it did when we only had to deal with ‘normal’ (400) and ‘bold’ (600).
Typically,a family’s weights can be mapped to these values:100: Ultra Light
200: Thin
300: Light
400: Regular
500: Semi Bold
600: Bold
700: Extra Bold
800: Heavy
900: Ultra Heavy
Note the keyword,there: typically. The reality,sadly,is that many
fonts just don’t conform to this pattern,like when a family has a
multitude of weights,or where their own definitions don’t necessarily
conform to the standard scale.
所以,长话短说,你必须要么主持一个“更薄”版本的字体(你制作/下载的那个),或者使用不同的字体.
IMO Tahoma,Hedley或Geneva都是类似的字体,但这些字体不是免费提供的 – 你可以在Google fonts查看一些,你和@minitech都指出了.