|
@ -4,12 +4,12 @@ |
|
|
|
|
|
|
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: 'Icons'; |
|
|
font-family: 'Icons'; |
|
|
src: url("..//fonts/icons.eot"); |
|
|
|
|
|
|
|
|
src: url(../fonts/icons.eot); |
|
|
src: |
|
|
src: |
|
|
url("../fonts/icons.eot?#iefix") format('embedded-opentype'), |
|
|
|
|
|
url("../fonts/icons.woff") format('woff'), |
|
|
|
|
|
url("../fonts/icons.ttf") format('truetype'), |
|
|
|
|
|
url("../fonts/icons.svg#icons") format('svg') |
|
|
|
|
|
|
|
|
url(../fonts/icons.eot?#iefix) format('embedded-opentype'), |
|
|
|
|
|
url(../fonts/icons.woff) format('woff'), |
|
|
|
|
|
url(../fonts/icons.ttf) format('truetype'), |
|
|
|
|
|
url(../fonts/icons.svg#icons) format('svg') |
|
|
; |
|
|
; |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|