Adding a dice icon

This commit is contained in:
Zacharie
2020-08-13 18:08:14 +02:00
parent 5bbc2db33b
commit e1dd8ab3ce
12 changed files with 77 additions and 25 deletions
+8 -7
View File
@@ -2,12 +2,12 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?26830846');
src: url('../font/fontello.eot?26830846#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?26830846') format('woff2'),
url('../font/fontello.woff?26830846') format('woff'),
url('../font/fontello.ttf?26830846') format('truetype'),
url('../font/fontello.svg?26830846#fontello') format('svg');
src: url('../font/fontello.eot?16615516');
src: url('../font/fontello.eot?16615516#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?16615516') format('woff2'),
url('../font/fontello.woff?16615516') format('woff'),
url('../font/fontello.ttf?16615516') format('truetype'),
url('../font/fontello.svg?16615516#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -17,7 +17,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?26830846#fontello') format('svg');
src: url('../font/fontello.svg?16615516#fontello') format('svg');
}
}
*/
@@ -140,6 +140,7 @@
.icon-trash-1:before { content: '\e842'; } /* '' */
.icon-zoom-square:before { content: '\e843'; } /* '' */
.icon-grip-vertical-solid:before { content: '\e844'; } /* '' */
.icon-dice-solid:before { content: '\e845'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */