作者:沈智强619 | 来源:互联网 | 2023-10-11 20:22
本文由编程笔记#小编为大家整理,主要介绍了css 字体真棒出现作为框相关的知识,希望对你有一定的参考价值。
/* add to header: */
// make sure latest version
// make sure not within any if/else statements
// Put in CSS
.menu-toggle:before {
font-family: FontAwesome;
font-size: 20px;
color: $blue;
content: '\f0c9';}