bootstrap集成font awesor图标不显示
从以下几点入手查找问题:
1、检查font awesor版本对于bootstrap最低要求,如果版本不匹配则无法正常显示。
2、通过chrome调试查看对应元素css是否已经被浏览器正常加载,如果没有可以通过1来分析。
3、通过
- Paste the following code into the
<head>
section of your site's HTML.<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
Want to use Font Awesome by itself without Bootstrap? Just don't include the first line. - Pat yourself on the back for your scalable-vector-icons-on-the-website judo solution in two lines of code.
- Check out the examples to start using Font Awesome!
使用netdna测试是否可以正常显示,如果可以浏览对应css看看css版本,对应判断版本不匹配问题。
相关推荐
IT之家 2020-03-11
graseed 2020-10-28
zbkyumlei 2020-10-12
SXIAOYI 2020-09-16
jinhao 2020-09-07
impress 2020-08-26
liuqipao 2020-07-07
淡风wisdon大大 2020-06-06
yoohsummer 2020-06-01
chenjia00 2020-05-29
baike 2020-05-19
扭来不叫牛奶 2020-05-08
hxmilyy 2020-05-11
黎豆子 2020-05-07
xiongweiwei00 2020-04-29
Cypress 2020-04-25
冰蝶 2020-04-20