зеркало из https://github.com/docker/kitematic.git
Rename icons
This commit is contained in:
Родитель
a1817e3590
Коммит
cbce7b1129
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче