Hardcoded font name value & Incorrect value
Created by: thomaswelton
https://github.com/twbs/bootstrap/blob/master/less/glyphicons.less#L17
This font face declaration is setup to reference the font name as a variable. However the SVG font ID after the hash is hard coded.
Though this is not really an issue it could later become a problem if the font name and SVG font ID changes, and only the variable is updated and not properly tested.
Will submit a PR that uses a new variable @icon-font-svg-id
- Edit *
Further more the font icon ID is incorrect https://github.com/twbs/bootstrap/blob/master/less/glyphicons.less#L17 https://github.com/twbs/bootstrap/blob/master/fonts/glyphicons-halflings-regular.svg#L6
glyphicons_halflingsregular
vs glyphicons-halflingsregular