[Bootstrap 3] Font Awesome や Bootstrap Glyphicons の width をそろえる

Glyphicon にも Font Awsome に用意されている .fa-fw class を利用すると良い。

[markdown]
Fixed Width Icons にサンプルがある。

> [Font Awesome Examples](https://fortawesome.github.io/Font-Awesome/examples/)
[Bootstrap Glyphicons](http://getbootstrap.com/components/#glyphicons) でも利用できるよ、とのこと。
> [font awesome – How do I make sure every glyph has the same width? – Stack Overflow](http://stackoverflow.com/questions/16592849/how-do-i-make-sure-every-glyph-has-the-same-width)

実例。

See the Pen Bootstrap glyphicon has the same width (using Font Awesome class) by DriftwoodJP (@DriftwoodJP) on CodePen.

## 補遺

こちらが分かりやすい。

> [#04 リストで使えるクラスを使ってみよう | Font Awesome入門 – プログラミングならドットインストール](http://dotinstall.com/lessons/basic_fontawesome/31804)
[/markdown]