From cbce7b1129dcefbe5697b1ea05c31ac5a6ce05ae Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 7 Mar 2015 16:17:20 -0500 Subject: [PATCH] Rename icons --- styles/icons.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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;