css,js,ws
This commit is contained in:
62
www/static/file/home/css/flaticon-set.css
Normal file
62
www/static/file/home/css/flaticon-set.css
Normal file
@@ -0,0 +1,62 @@
|
||||
/*
|
||||
Flaticon icon font: Flaticon
|
||||
Creation date: 08/09/2018 00:19
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("../fonts/Flaticon.eot");
|
||||
src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/Flaticon.woff") format("woff"),
|
||||
url("../fonts/Flaticon.ttf") format("truetype"),
|
||||
url("../fonts/Flaticon.svg#Flaticon") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("./Flaticon.svg#Flaticon") format("svg");
|
||||
}
|
||||
}
|
||||
|
||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
||||
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
||||
font-family: Flaticon;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.flaticon-dashboard:before { content: "\f100"; }
|
||||
.flaticon-computer:before { content: "\f101"; }
|
||||
.flaticon-data-storage:before { content: "\f102"; }
|
||||
.flaticon-analysis:before { content: "\f103"; }
|
||||
.flaticon-help:before { content: "\f104"; }
|
||||
.flaticon-question:before { content: "\f105"; }
|
||||
.flaticon-project-management:before { content: "\f106"; }
|
||||
.flaticon-startup:before { content: "\f107"; }
|
||||
.flaticon-rocket:before { content: "\f108"; }
|
||||
.flaticon-architect:before { content: "\f109"; }
|
||||
.flaticon-architect-1:before { content: "\f10a"; }
|
||||
.flaticon-web:before { content: "\f10b"; }
|
||||
.flaticon-software:before { content: "\f10c"; }
|
||||
.flaticon-code:before { content: "\f10d"; }
|
||||
.flaticon-browser:before { content: "\f10e"; }
|
||||
.flaticon-update:before { content: "\f10f"; }
|
||||
.flaticon-testing:before { content: "\f110"; }
|
||||
.flaticon-customer-service:before { content: "\f111"; }
|
||||
.flaticon-start:before { content: "\f112"; }
|
||||
.flaticon-quality-badge:before { content: "\f113"; }
|
||||
.flaticon-value:before { content: "\f114"; }
|
||||
.flaticon-support:before { content: "\f115"; }
|
||||
.flaticon-countdown:before { content: "\f116"; }
|
||||
.flaticon-planet-earth:before { content: "\f117"; }
|
||||
Reference in New Issue
Block a user