Css:text-transform:none无效

时间:2016-01-22 22:23:40

标签: html css html5 css3

我不明白为什么我的div没有工作文字转换:没有 任何想法?

HTML

  <html>
<head>
  <link rel="stylesheet" type="text/css" href="style.css">
  <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
</head>

<body>


    <h3>
      Fromage
      <div class="count">
      5
      </div>
    </h3>
</body>

</html>

  h3{
  font-family: krinkes_decor;
      text-transform: none;
}

.count{
      text-transform: none;

}

    @font-face {
        font-family: 'krinkes_decor';
        src: url('krinkesdecorpersonal-webfont.ttf') format('truetype'),url('/C:\Users\achraf\Desktop\testeur\krinkesdecorpersonal-webfont.ttf');
        font-weight: normal;
        font-style: normal;

    }

1 个答案:

答案 0 :(得分:0)

http://www.w3schools.com/cssref/pr_text_text-transform.asp text-decoration的值为“无大写。文本呈现原样。这是默认值”表示将其设置为默认值并且不进行任何更改。