万隆的笔记 万隆的笔记
博文索引
笔试面试
  • 在线学站

    • 菜鸟教程 (opens new window)
    • 入门教程 (opens new window)
    • Coursera (opens new window)
  • 在线文档

    • w3school (opens new window)
    • Bootstrap (opens new window)
    • Vue (opens new window)
    • 阿里开发者藏经阁 (opens new window)
  • 在线工具

    • tool 工具集 (opens new window)
    • bejson 工具集 (opens new window)
    • 文档转换 (opens new window)
  • 更多在线资源
  • Changlog
  • Aboutme
GitHub (opens new window)
博文索引
笔试面试
  • 在线学站

    • 菜鸟教程 (opens new window)
    • 入门教程 (opens new window)
    • Coursera (opens new window)
  • 在线文档

    • w3school (opens new window)
    • Bootstrap (opens new window)
    • Vue (opens new window)
    • 阿里开发者藏经阁 (opens new window)
  • 在线工具

    • tool 工具集 (opens new window)
    • bejson 工具集 (opens new window)
    • 文档转换 (opens new window)
  • 更多在线资源
  • Changlog
  • Aboutme
GitHub (opens new window)
  • Bootstrap简介
  • Bootstrap安装
  • Bootstrap表格
  • 媒体查询
  • Bootstrap栅格系统
  • Bootstrap字体图标
    • 什么是字体图标
    • Bootstrap自带的字体图标
    • 使用字体图标
    • 其他字体图标库
  • Bootstrap
2021-03-17
目录

Bootstrap字体图标

# Bootstrap字体图标

# 什么是字体图标

字体图标就是使用字体(Font)格式的字形做成的图标,他是矢量的。

# Bootstrap自带的字体图标

Bootstrap自带了200多种字体格式的字形,在fonts文件夹内可以找到字体图标:

  • glyphicons-halflings-regular.eot
  • glyphicons-halflings-regular.svg
  • glyphicons-halflings-regular.ttf
  • glyphicons-halflings-regular.woff
  • glyphicons-halflings-regular.woff2

相关的CSS规则写在dist文件夹内的css文件夹内的bootstrap.css和bootstrap-min.css 文件上。

# 使用字体图标

<span class="glyphicon glyphicon-search"></span>

<span class="glyphicon glyphicon-search" style="font-size: 50px"></span>

使用字体图标除了不失真的好处,更多的是为了用户体验以及达到产品能说话的效果。

# 其他字体图标库

  1. FontAwesome (opens new window)
  2. LineAwesome (opens new window)
  3. SocialIcons (opens new window)
  4. 阿里巴巴矢量图库 (opens new window)
上次更新: 5/31/2023, 1:14:42 AM
最近更新
01
2025
01-15
02
Elasticsearch面试题
07-17
03
Elasticsearch进阶
07-16
更多文章>
Theme by Vdoing
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式