gpt4 book ai didi

css - 中间对齐差异 : Material-icons vs Font-Awesome

转载 作者:行者123 更新时间:2023-11-28 04:00:17 25 4
gpt4 key购买 nike

为什么即使 Font-Awesome 的 css 完全相同,Material-icons 也不能设置文本的垂直居中对齐? (使用 Bootstrap3)

它们都有 &:before { content: '{icontext}' }

image: Left: Material-icons / Right: Font-Awesome

<a class="btn btn-default">  
<i class="material-icons"></i>
<i class="fa fa-bookmark"></i>
123
</a>

.material-icons {
display: inline-block;
font: normal normal normal 14px/1 'Material Icons';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

编辑:

附上jsfiddle https://jsfiddle.net/laires/guxwxvzL/

最佳答案

尝试在 .material-icons { ... 中添加 vertical-align: middle

关于css - 中间对齐差异 : Material-icons vs Font-Awesome,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43249590/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com