My Client project using some basic HTML and CSS. But they like the Glyphicons on the Website menus. So i just tried to include Glyphicons with the Bootstrap CSS, it does, but the other css got affected after including the Bootstrap CSS.
So the question may be silly, I just want to include Glyphicons in client website menu links without bootstrap css.
Is that possible first? I know Glyphicons free will be available with Bootstrap Package.
And other things is that my client do not want me to include Bootstrap CSS since it is affecting page structure.
So is it possible to include Glyphicons without Bootstrap css or my own custom css?
Any help would be appreciated!
Here is a bower package that you can use only glyphicons out of entire bootstrap.
Check this github repository https://github.com/ohpyupi/glyphicons-only-bootstrap
or
bower install glyphicons-only-bootstrap
EDIT
Now it's possible to download the package through NPM.
npm install glyphicons-only-bootstrap