diff --git a/css/base_mixins.less b/css/base_mixins.less index aac2b6b..715abb1 100755 --- a/css/base_mixins.less +++ b/css/base_mixins.less @@ -14,16 +14,16 @@ font-family: @fontFamily; font-style: normal; font-weight: @fontWeight; - 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: ~"local('@{localFontName}'), local('@{localFontNameVar}'), url(fonts/@{filename}.eot)"; + src: ~"url(fonts/@{filename}.eot?#iefix) format('embedded-opentype'), url(fonts/@{filename}.woff) format('woff')"; } } .setIconFontFace(@fontFamily,@filename) { @font-face { font-family: @fontFamily; - 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')"; + 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-style: normal; } diff --git a/css/base_structure.less b/css/base_structure.less index 0f71ed0..2d00607 100755 --- a/css/base_structure.less +++ b/css/base_structure.less @@ -124,7 +124,6 @@ .tools { .row > .col-xs-12 { position: absolute; - background: pink; } }