我不明白为什么我的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;
}
答案 0 :(得分:0)
http://www.w3schools.com/cssref/pr_text_text-transform.asp
text-decoration
的值为“无大写。文本呈现原样。这是默认值”表示将其设置为默认值并且不进行任何更改。