html textarea输入不继承字体系列

时间:2014-06-08 14:39:21

标签: jquery html css fonts

我在文本区域面临字体类型问题,文本区域字体不继承我在我的身体中定义的字体。 textarea显示不同的字体文本,使屏幕看起来很奇怪

body {
    font-family: "Times New Roman", Times, serif;
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0%;
}

font family is different

我尝试在css下添加

textarea {
   font-family: inherit;
   font-size: inherit;

}

但对我不起作用。即使是内联风格也无效。

0 个答案:

没有答案