mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Add glyphicons font path variable
This commit is contained in:
parent
91dd77939b
commit
c91bf424b0
@ -21,11 +21,11 @@
|
|||||||
// Import the fonts
|
// Import the fonts
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
src: url('../fonts/glyphiconshalflings-regular.eot');
|
src: url('@{glyphicons-font-path}/glyphiconshalflings-regular.eot');
|
||||||
src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'),
|
src: url('@{glyphicons-font-path}/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'),
|
||||||
url('../fonts/glyphiconshalflings-regular.woff') format('woff'),
|
url('@{glyphicons-font-path}/glyphiconshalflings-regular.woff') format('woff'),
|
||||||
url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'),
|
url('@{glyphicons-font-path}/glyphiconshalflings-regular.ttf') format('truetype'),
|
||||||
url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
url('@{glyphicons-font-path}/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -142,6 +142,11 @@
|
|||||||
@zindex-modal: 1050;
|
@zindex-modal: 1050;
|
||||||
|
|
||||||
|
|
||||||
|
// Glyphicons font path
|
||||||
|
// -------------------------
|
||||||
|
@glyphicons-font-path: "../fonts";
|
||||||
|
|
||||||
|
|
||||||
// Navbar
|
// Navbar
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user