Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap 引导图标-抗锯齿在Chrome中不起作用_Twitter Bootstrap_Google Chrome_Glyphicons - Fatal编程技术网

Twitter bootstrap 引导图标-抗锯齿在Chrome中不起作用

Twitter bootstrap 引导图标-抗锯齿在Chrome中不起作用,twitter-bootstrap,google-chrome,glyphicons,Twitter Bootstrap,Google Chrome,Glyphicons,消除混叠对Chrome中的字形图标不起作用 下面是一个关于Plunker的简单示例: 自举冲击器 有人知道任何解决办法吗?我使用的是Chrome 43.0.2357.132。这里也一样。不知什么原因,它被化名了。这里也是。不知什么原因,它被化名了。 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>BootStrap Plunker</titl

消除混叠对Chrome中的字形图标不起作用

下面是一个关于Plunker的简单示例:


自举冲击器

有人知道任何解决办法吗?我使用的是Chrome 43.0.2357.132。

这里也一样。不知什么原因,它被化名了。这里也是。不知什么原因,它被化名了。
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8" />
  <title>BootStrap Plunker</title>
  <link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap/3.3.4/css/bootstrap.min.css">
</head>

<body>
  <span style="font-size:22px"><span class="glyphicon glyphicon-exclamation-sign"></span></span>
</body>

</html>