I would like to integrate Bootstrap Buttons in one of my views.
But the integration does not really work. The button will be displayes, but the glyphicons are not there.
As a simple example, I integrated the example from the bootstrap homepage
http://getbootstrap.com/components/#glyphicons-how-to-use<button type="button" class="btn btn-default btn-lg">
<span class="glyphicon glyphicon-star"></span> Star
</button
Is there something special I have to integrate, when Iam interested in using
Bootstrap buttons and glyphicons?