Corbel 字体在除 Firefox 之外的所有浏览器中看起来都应如此!在我的电脑上!(我更新了所有浏览器),但我的朋友给我发了他所有浏览器的截图,他没有这个问题。
nav li a {
text-decoration:none;
font-family:"Corbel";
font-size:12px;
font-weight:bold;
text-shadow: 1px 1px 2px #000;
padding-right:40px;
padding-top:19px;
padding-bottom:5px;
padding-left:10px;
margin-bottom:20px;
-moz-transition: all 0.5s ease; /* FF4+ */
-o-transition: all 0.5s ease; /* Opera 10.5+ */
-webkit-transition: all 0.5s ease;/* Saf3.2+, Chrome */
-ms-transition: all 0.5s ease; /* IE10? */
transition: all 0.5s ease;
我知道所有浏览器都以不同的方式呈现字体,但是他的浏览器呈现相同的字体很奇怪