【发布时间】:2014-06-15 15:37:19
【问题描述】:
我知道如何使用标准字形图标,但我想从以下地址额外使用它:http://glyphicons.com/ 免费版的直接链接:http://glyphicons.com/files/glyphicons_free.zip
我的引导程序的结构如下:
➜ bootstrap-3.1.1-dist tree
.
├── css
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ ├── bootstrap-theme.min.css
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ └── bootstrap.min.css
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│ └── glyphicons-halflings-regular.woff
└── js
├── bootstrap.js
└── bootstrap.min.js
3 directories, 12 files
虽然下载目录的结构是这样的:
➜ glyphicons_free tree
.
├── _changelog.txt
├── _readme_first.txt
├── glyphicons
│ └── png
│ ├── glyphicons_000_glass.png
. . .
│ └── glyphicons_469_server_new.png
└── glyphicons_social
└── png
├── glyphicons_social_00_pinterest.png
. . .
└── glyphicons_social_49_ios.png
4 directories, 522 files
我应该把这个 png 文件放在哪里?我应该如何引用它们?
【问题讨论】:
-
@haxtbh 我认为提供了使用一个大 SVG 的示例,并且我已经下载了很多 PNG。
-
fortawesome.github.io 将是我的选择
标签: twitter-bootstrap glyphicons