字体粗细 500 和 600 不适用于输入元素

font-weight 500 and 600 not working on input element

font-weight 的值 500600 不适用于 input 元素。 500 缩小呈现 400 版本的字体和 600700。它在 Firefox 和 Chrome 中都是如此。为什么会这样?有没有办法让输入也呈现 500

这里用笔来说明问题:http://codepen.io/anon/pen/NPYPVg

您必须声明输入的字体系列。否则它不会工作,因为输入无法识别字体 Open Sans 或 roboto

font-family: "Open Sans";

OR

font-family:"Roboto"