Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/41.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
Html Twitter Bootstrap 3-改变整个字体系列的字形图标_Html_Css_Twitter Bootstrap - Fatal编程技术网

Html Twitter Bootstrap 3-改变整个字体系列的字形图标

Html Twitter Bootstrap 3-改变整个字体系列的字形图标,html,css,twitter-bootstrap,Html,Css,Twitter Bootstrap,我有一个未排序的列表。我还使用Twitter Bootstrap 3添加了图标 使用中的Carme字体。对于普通文本Carmefont效果很好 但在我创建的无序列表中,当我使用BS3向其中添加图标时,我得到了图标,并且该特定列表的字体系列正在更改 为了更好的理解 请注意字体系列,包括带和不带字形图标的列表项 我不知道问题是否出在 任何建议都将有助于我克服它。图标标签需要超出 <ul> <li> <a href="#"><

我有一个未排序的列表。我还使用Twitter Bootstrap 3添加了图标

使用中的
Carme
字体。对于普通文本
Carme
font效果很好

但在我创建的无序列表中,当我使用BS3向其中添加图标时,我得到了图标,并且该特定列表的
字体系列
正在更改

为了更好的理解

请注意字体系列,包括带和不带字形图标的列表项

我不知道问题是否出在


任何建议都将有助于我克服它。

图标标签需要超出


  • <ul>
        <li>
            <a href="#"><i class="glyphicon glyphicon-user"></i> One 1</a>
        </li>
        <li>
            <a href="#">One 1</a>
        </li>
    </ul>