diff --git a/styles/icons.less b/styles/icons.less index 7baec16d..71422ce7 100644 --- a/styles/icons.less +++ b/styles/icons.less @@ -1,19 +1,19 @@ @charset "UTF-8"; @font-face { - font-family: "streamline-24px"; - src:url("streamline-24px.eot"); - src:url("streamline-24px.eot?#iefix") format("embedded-opentype"), - url("streamline-24px.woff") format("woff"), - url("streamline-24px.ttf") format("truetype"), - url("streamline-24px.svg#streamline-24px") format("svg"); + font-family: "icons-24px"; + src:url("icons-24px.eot"); + src:url("icons-24px.eot?#iefix") format("embedded-opentype"), + url("icons-24px.woff") format("woff"), + url("icons-24px.ttf") format("truetype"), + url("icons-24px.svg#icons-24px") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { - font-family: "streamline-24px" !important; + font-family: "icons-24px" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; @@ -27,7 +27,7 @@ [class^="icon-"]:before, [class*=" icon-"]:before { - font-family: "streamline-24px" !important; + font-family: "icons-24px" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important;