Spea / SpBowerBundle

Symfony2 Bundle to handle asset dependencies with bower
231 stars 44 forks source link

Bootstrap3 and glyphicons #69

Closed ghost closed 10 years ago

ghost commented 10 years ago

Do i have to config the font path for the glyphicons? or is there a special way to get the glyphicons? they come with bootstrap3 and are installed in src/Sandbox/Bundle/MainBundle/Resources/public/components/bootstrap/dist/fonts. but they are not shown in my browser.

Spea commented 10 years ago

You might want to read this documentation about image/font processing.

ghost commented 10 years ago

using font awesome with cssrewrite works! thanks for the information.

Spea commented 10 years ago

You're welcome :)