为什么我的微软雅黑字体没有生效

为什么我的微软雅黑字体没有生效

HTML代码:

<!DOCTYPE html>
<html>
<head>
 <meta charset="UTF-8">
 <title></title>
 <link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
      <!-- 头部 -->
 <div class="header">
  <div class="logo">
   <img src="img/logo.png" alt="logo">
  </div>
  <div class="nav">
   <ul>
    <li>首页</li>
    <li>图片</li>
    <li>视频</li>
    <li>手记</li>
   </ul>
  </div>
 </div>
      <!-- 主体 -->
 <div class="body">
  <div class="top">
   <img src="img/1.jpeg">
  </div>
  <div class="topLayer"></div>
  <div class="topLayer-top">
   <div class="word">MY BEAUTIFUL LIFE</div>
   <button>LOOK MORE &gt;</button>
  </div>
  <div class="middle">
   <div class="m-top">
    <div class="commen weibo">
     <img src="img/weibo.png">
     <div class="comm">MICROBLOG</div>
    </div>
    <div class="commen weixin">
     <img src="img/weixin.png">
     <div class="comm">WECHAT</div>
    </div>
    <div class="commen qq">
     <img src="img/QQ.png">
     <div class="comm">QQ</div>
    </div>
   </div>
   <div class="m-middle"></div>
   <div class="m-bottom"></div>
  </div>
  <div class="bottom"></div>
 </div>
      <!-- 尾部 -->
 <div class="footer"></div>    </body>
</html>

css代码:

*{
 padding: 0;
 margin: 0;
}
.header{
 height: 100px;
 width: 100%;
 /*开发前用在区域块用背景色辅助开发
 background-color:#eee;*/
}
.header img{
 height: 85px;
 width: 300px;
 padding-left: 100px;
 padding-top: 8px;
}
.header .logo{
 float: left;
}
.header .nav{
 float: right;
}
.header ul{
 padding-right: 20px;

}

.header li{
 float: left;
 padding-right: 80px;
 line-height: 100px;
 list-style-type: none;
 font-size: 15px;
 font-weight: bolder;
 color: #7d7d7d;
}
.body .top{
 width: 100%;
 height: 600px;
}
.body .top img{
 width: 100%;
 height: 600px;
}
.body .topLayer{
 position: absolute;
 top: 100px;
 left: 0px;
 background-color: black;
 width: 100%;
 height: 600px;
 opacity: 0.5;
}
.body .topLayer-top{
 width: 500px;
 height: 300px;
 position: absolute;
 top: 400px;
 margin-top: -150px;
 left: 50%;
 margin-left:-250px;
 /*开发前用在区域块用背景色辅助开发*/
 /*background-color: lightcoral;*/
 z-index: 2;
}
.body .topLayer-top .word{
 padding-top: 100px;
 font-size: 45px;
 font-family: "Microsoft YaHei";
 text-align: center;
 font-weight: bolder;
 color: white;
}
button{
 width: 200px;
 height: 60px;
 margin-top: 50px;
 font-family: "Microsoft YaHei";
 background-color: #F5704F;
 color: #fff;
 margin-left:150px;
 font-weight: bolder;
 font-size: 14px;
 border-radius: 8px;
}
.body .middle{
 width: 1000px;
 margin: 0 auto;

}
.body .middle .m-top .commen{
 float: left;
 width: 33.3%;
 padding-top: 50px;
 text-align: center;
}
.body .middle .m-top .comm{
 font-weight: bolder;
 padding-top:20px;
 color: #7d7c7f;
 font-size: 17px;

}
.body .middle .m-top img{
 width: 100px;
 height: 100px;
}

http://img1.sycdn.imooc.com//climg/5b5952df00018dc415940944.jpg

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

6回答
提问者 攻下这座城 2018-07-31 08:47:31
  • 建议同学换台机器试试你之前写的网页代码是否可以。
    2018-07-31 10:40:00
提问者 攻下这座城 2018-07-29 10:41:49
  • 建议同学把font-family: "Microsoft YaHei"; 改为font-family: Microsoft YaHei; 或者font-family: "微软雅黑";试试,因为试过同学的代码,都是可以正常显示的。建议同学再试一下。
    2018-07-30 10:13:33
  • 提问者 攻下这座城 回复 好帮手慕阿莹 #2
    老师 三个都试了还是不行,我觉得应该是电脑或者浏览器问题吧
    2018-07-31 08:46:54
提问者 攻下这座城 2018-07-28 20:40:23

http://img1.sycdn.imooc.com//climg/5b5c64300001d8b212520712.jpg

有微软雅黑呀

  • 安装后也不能显示么?那同学打开你的word可不可以用微软雅黑的字体呢?
    2018-07-28 21:50:20
好帮手慕阿莹 2018-07-27 15:57:48

应该是同学的电脑上没有安装微软雅黑的字体,然后使用的默认字体,导致不同电脑下看,字体不一样。我改成Arial字体就和你的一样了,所以你的电脑上应该是默认的Arial字体.

你可以看一下你的电脑C:\Windows\Fonts 下是不是没有微软雅黑

  • 提问者 攻下这座城 #1
    下了微软雅黑的呀
    2018-07-28 20:41:00
提问者 攻下这座城 2018-07-27 11:29:22

http://img1.sycdn.imooc.com//climg/5b5a915c0001f0d311710242.jpg

而且这里显示了是微软雅黑, 但是显示出来的字体不是微软雅黑

  • 建议同学下载老师的源码,打开老师的代码看看是不是和你的一样。
    2018-07-27 11:56:20
  • 提问者 攻下这座城 回复 好帮手慕阿莹 #2
    老师源码也和我一样 可能电脑问题吧
    2018-07-27 12:16:32
好帮手慕阿莹 2018-07-26 15:36:00

测试了同学的代码是可以的,

因为我这里没有导入图片,所以是灰色的背景。其他的都是用的同学的代码,同学可以刷新一下试试。

http://img1.sycdn.imooc.com//climg/5b5978a70001444506170114.jpg

同学可以按F12键,把鼠标放在该该元素上,点一下数字1处的箭头,把鼠标放在元素上,看看你的字体是否是微软雅黑。

http://img1.sycdn.imooc.com//climg/5b59796f000131ed17140447.jpg

如果我的回答解决了你的疑惑,请采纳!祝学习愉快!

  • 提问者 攻下这座城 #1
    F12那里的确显示是微软雅黑。 但是页面上的字不是微软雅黑。 是不是浏览器兼容问题?
    2018-07-26 17:28:10
  • 好帮手慕阿莹 回复 提问者 攻下这座城 #2
    同学使用的是什么浏览器呢?调试时使用的是chrom浏览器,建议同学用chrom浏览器试一下。
    2018-07-26 18:20:05
  • 提问者 攻下这座城 回复 好帮手慕阿莹 #3
    我用的就是chrom浏览器
    2018-07-27 11:28:15
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
从网页搭建入门Java Web2018版
  • 参与学习           人
  • 提交作业       1088    份
  • 解答问题       10205    个

如果你有Java语言基础,又想以后从事Java Web开发,那么本路径是你的不二选择!本路径从网页搭建开始入手,通过大量案例来学习Java Web基础。定能助你完成Java Web小白的蜕变!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师