I know how to use standard glyphicons, but I would like to use this additional from: http://glyphicons.com/ Direct link to the free version: http://glyphicons.com/files/glyphicons_free.zip
The structure of my bootstrap look so:
➜ 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
while the structure of downloaded directory looks so:
➜ 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
Where should i put this png files? How should I refere to them?