Využití ikon v metadatech a u stránkování

This commit is contained in:
2022-01-11 14:34:08 +01:00
parent 319920e701
commit 11869dbf93
9 changed files with 56 additions and 15 deletions

54
static/icons.css Normal file
View File

@ -0,0 +1,54 @@
@font-face {
font-family: 'icons';
src: url('fonts/icons.eot?zcunvu');
src: url('fonts/icons.eot?zcunvu#iefix') format('embedded-opentype'),
url('fonts/icons.ttf?zcunvu') format('truetype'),
url('fonts/icons.woff?zcunvu') format('woff'),
url('fonts/icons.svg?zcunvu#icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '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-pencil:before {
content: "\e905";
}
.icon-book:before {
content: "\e91f";
}
.icon-clock:before {
content: "\e94e";
}
.icon-search:before {
content: "\e986";
}
.icon-spoon-knife:before {
content: "\e9a3";
}
.icon-info:before {
content: "\ea0c";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-git:before {
content: "\eae7";
}