mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-12-29 21:31:11 +00:00
133 lines
2.6 KiB
CSS
133 lines
2.6 KiB
CSS
@font-face {
|
|
font-family: 'planetposen-icons';
|
|
src: url('fonts/planetposen-icons.eot?x3hpe6');
|
|
src: url('fonts/planetposen-icons.eot?x3hpe6#iefix') format('embedded-opentype'),
|
|
url('fonts/planetposen-icons.ttf?x3hpe6') format('truetype'),
|
|
url('fonts/planetposen-icons.woff?x3hpe6') format('woff'),
|
|
url('fonts/planetposen-icons.svg?x3hpe6#planetposen-icons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
.icon {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'planetposen-icons' !important;
|
|
speak: never;
|
|
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;
|
|
}
|
|
|
|
.icon--add-circle-outline:before {
|
|
content: "\e91d";
|
|
}
|
|
.icon--add-circle:before {
|
|
content: "\e91c";
|
|
}
|
|
.icon--add:before {
|
|
content: "\e91e";
|
|
}
|
|
.icon--analytics-outline:before {
|
|
content: "\e91a";
|
|
}
|
|
.icon--analytics:before {
|
|
content: "\e91b";
|
|
}
|
|
.icon--arrow-back:before {
|
|
content: "\e90a";
|
|
}
|
|
.icon--arrow-down:before {
|
|
content: "\e90d";
|
|
}
|
|
.icon--arrow-dropdown-circle:before {
|
|
content: "\e90e";
|
|
}
|
|
.icon--arrow-dropdown:before {
|
|
content: "\e90f";
|
|
}
|
|
.icon--arrow-dropleft-circle:before {
|
|
content: "\e910";
|
|
}
|
|
.icon--arrow-dropleft:before {
|
|
content: "\e911";
|
|
}
|
|
.icon--arrow-dropright-circle:before {
|
|
content: "\e912";
|
|
}
|
|
.icon--arrow-dropright:before {
|
|
content: "\e915";
|
|
}
|
|
.icon--arrow-dropup-circle:before {
|
|
content: "\e916";
|
|
}
|
|
.icon--arrow-dropup:before {
|
|
content: "\e917";
|
|
}
|
|
.icon--arrow-forward:before {
|
|
content: "\e918";
|
|
}
|
|
.icon--arrow-up:before {
|
|
content: "\e919";
|
|
}
|
|
.icon--at-outline:before {
|
|
content: "\e90b";
|
|
}
|
|
.icon--at:before {
|
|
content: "\e90c";
|
|
}
|
|
.icon--basket-outline:before {
|
|
content: "\e900";
|
|
}
|
|
.icon--basket:before {
|
|
content: "\e901";
|
|
}
|
|
.icon--card-outline:before {
|
|
content: "\e902";
|
|
}
|
|
.icon--card:before {
|
|
content: "\e903";
|
|
}
|
|
.icon--cart-outline:before {
|
|
content: "\e904";
|
|
}
|
|
.icon--cart:before {
|
|
content: "\e905";
|
|
}
|
|
.icon--cash-outline:before {
|
|
content: "\e906";
|
|
}
|
|
.icon--cash:before {
|
|
content: "\e907";
|
|
}
|
|
.icon--checkmark-circle-outline:before {
|
|
content: "\e913";
|
|
}
|
|
.icon--checkmark-circle:before {
|
|
content: "\e914";
|
|
}
|
|
.icon--close-circle-outline:before {
|
|
content: "\e908";
|
|
}
|
|
.icon--close-circle:before {
|
|
content: "\e909";
|
|
}
|
|
.icon--key-outline:before {
|
|
content: "\e92c";
|
|
}
|
|
.icon--key:before {
|
|
content: "\e92d";
|
|
}
|
|
.icon--lock-outline:before {
|
|
content: "\e92e";
|
|
}
|
|
.icon--lock:before {
|
|
content: "\e92f";
|
|
}
|