27 lines
1.0 KiB
CSS
27 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: 'simple-line-icons';
|
|
src: url('../../fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0');
|
|
src: url('../../fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.icon-basket,
|
|
.icon-handbag {
|
|
font-family: 'simple-line-icons';
|
|
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;
|
|
}
|
|
.icon-basket:before {
|
|
content: "\e04e";
|
|
}
|
|
.icon-handbag:before {
|
|
content: "\e035";
|
|
} |