本文介绍了我喜欢这个字体很棒。但什么都不会显示出来。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨!
我想使用我的字体和链接Avsvmh和S.这些是我的代码
hi!
I want to use my fonts and links Avsvmh and S. These are my codes
<link href="~/Css/font-awesome.css" rel="stylesheet" />
和
and
<div class="container">
<div class="row text-center" >
<div class="col-md-12">
<div class="well">
</div>
</div>
</div>
</div>
当我运行程序时什么都不会显示?为什么?
When I run the program it will not display anything? Why?
推荐答案
<button id="btnStartRec" class="uploadbtn" title="Start Recording">
Start<i id="iStart" class="fa fa-video-camera"></i>
</button>
或
or
<div class="fa fa-ban"></div>
例如:
[ ]
图标:
[]
这篇关于我喜欢这个字体很棒。但什么都不会显示出来。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!