mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Merge pull request #13542 from twbs/icon_paths
Fixes #13478, reverts #10941
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -10,11 +10,11 @@
|
|||||||
// Import the fonts
|
// Import the fonts
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
src: ~"url('@{icon-font-path}@{icon-font-name}.eot')";
|
src: url('@{icon-font-path}@{icon-font-name}.eot');
|
||||||
src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')",
|
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}.woff') format('woff'),
|
||||||
~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')",
|
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
|
||||||
~"url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg')";
|
url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Catchall baseclass
|
// Catchall baseclass
|
||||||
|
|||||||
Reference in New Issue
Block a user