200625151845

This commit is contained in:
thuhole
2020-06-25 07:18:47 +00:00
parent 18d377148c
commit 6846cc810e
15 changed files with 35 additions and 31 deletions

View File

@@ -1,25 +1,24 @@
@font-face {
font-family: 'icomoon';
src:
url('icomoon.ttf?8qh3rt') format('truetype'),
url('icomoon.woff?8qh3rt') format('woff'),
url('icomoon.svg?8qh3rt#icomoon') format('svg');
src: url('icomoon.eot?f9daqg');
src: url('icomoon.eot?f9daqg#iefix') format('embedded-opentype'),
url('icomoon.ttf?f9daqg') format('truetype'),
url('icomoon.woff?f9daqg') format('woff'),
url('icomoon.svg?f9daqg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.icon {
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
/*noinspection CssNoGenericFontName*/
font-family: 'icomoon' !important;
speak: none;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -.0625em;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
@@ -94,12 +93,16 @@
}
.icon-order-rev:before {
content: "\ea46";
font-size: 1.2em;
}
.icon-github:before {
content: "\eab0";
}
.icon-new-tab:before {
content: "\ea7e";
}
}
.icon-eye:before {
content: "\e9ce";
}
.icon-eye-blocked:before {
content: "\e9d1";
}