【发布时间】:2017-12-20 05:10:14
【问题描述】:
我通过以下方式在 html 页面中使用 Google Open Sans 字体:
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
只有font-weight: 600; 使字体变粗。其他值似乎没有什么不同。如何使用 CSS 规则为该特定字体设置中间字体权重?或者我必须使用其他字体吗?
【问题讨论】:
标签: html css google-font-api