mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +00:00
Merge pull request #12164 from thomaswelton/issue-12162
Fix value of svg font ID & removed hard coding
This commit is contained in:
commit
1276503754
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')",
|
||||
~"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')",
|
||||
~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')",
|
||||
~"url('@{icon-font-path}@{icon-font-name}.svg#glyphicons-halflingsregular') format('svg')";
|
||||
~"url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg')";
|
||||
}
|
||||
|
||||
// Catchall baseclass
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
|
||||
@icon-font-path: "../fonts/";
|
||||
@icon-font-name: "glyphicons-halflings-regular";
|
||||
|
||||
@icon-font-svg-id: "glyphicons_halflingsregular";
|
||||
|
||||
//== Components
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue