This commit is contained in:
Jeffrey Morgan 2015-03-07 16:17:20 -05:00
Родитель a1817e3590
Коммит cbce7b1129
1 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

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