tilde removed for font string (caused space in icon path)
This commit is contained in:
parent
fcff5aeafb
commit
de9f7e8a3c
2 changed files with 4 additions and 5 deletions
|
@ -14,16 +14,16 @@
|
||||||
font-family: @fontFamily;
|
font-family: @fontFamily;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: @fontWeight;
|
font-weight: @fontWeight;
|
||||||
src: ~"local('@{localFontName}'), local("~"'@{localFontNameVar}'), url(fonts/"~"@{filename}.eot)";
|
src: ~"local('@{localFontName}'), local('@{localFontNameVar}'), url(fonts/@{filename}.eot)";
|
||||||
src: ~"url(fonts/"~"@{filename}.eot?#iefix) format('embedded-opentype'), url(fonts/"~"@{filename}.woff) format('woff')";
|
src: ~"url(fonts/@{filename}.eot?#iefix) format('embedded-opentype'), url(fonts/@{filename}.woff) format('woff')";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.setIconFontFace(@fontFamily,@filename) {
|
.setIconFontFace(@fontFamily,@filename) {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: @fontFamily;
|
font-family: @fontFamily;
|
||||||
src: ~"url('fonts/icons/"~"@{filename}.eot?6762325')";
|
src: ~"url('fonts/icons/@{filename}.eot?6762325')";
|
||||||
src: ~"url('fonts/icons/"~"@{filename}.eot?6762325#iefix') format('embedded-opentype'), url('fonts/icons/"~"@{filename}.woff2?6762325') format('woff2'), url('fonts/icons/"~"@{filename}.woff?6762325') format('woff'), url('fonts/icons/"~"@{filename}.ttf?6762325') format('truetype'), url('fonts/icons/"~"@{filename}.svg?6762325#fontello') format('svg')";
|
src: ~"url('fonts/icons/@{filename}.eot?6762325#iefix') format('embedded-opentype'), url('fonts/icons/@{filename}.woff2?6762325') format('woff2'), url('fonts/icons/@{filename}.woff?6762325') format('woff'), url('fonts/icons/@{filename}.ttf?6762325') format('truetype'), url('fonts/icons/@{filename}.svg?6762325#fontello') format('svg')";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -124,7 +124,6 @@
|
||||||
.tools {
|
.tools {
|
||||||
.row > .col-xs-12 {
|
.row > .col-xs-12 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: pink;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue