first commit
This commit is contained in:
commit
b71ea45681
898 changed files with 138202 additions and 0 deletions
38
static/fonts/flaticon/font/flaticon.css
Normal file
38
static/fonts/flaticon/font/flaticon.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
Flaticon icon font: Flaticon
|
||||
Creation date: 22/04/2020 06:21
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: "Flaticon";
|
||||
src: url("./Flaticon.eot");
|
||||
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
|
||||
url("./Flaticon.woff2") format("woff2"),
|
||||
url("./Flaticon.woff") format("woff"),
|
||||
url("./Flaticon.ttf") format("truetype"),
|
||||
url("./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;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.flaticon-shopping-bag:before { content: "\f100"; }
|
||||
.flaticon-support:before { content: "\f101"; }
|
||||
.flaticon-cashback:before { content: "\f102"; }
|
||||
.flaticon-free-delivery:before { content: "\f103"; }
|
||||
.flaticon-heart:before { content: "\f104"; }
|
||||
.flaticon-visibility:before { content: "\f105"; }
|
Loading…
Add table
Add a link
Reference in a new issue