update Mansi AI & add Notification icon

This commit is contained in:
2025-05-23 10:17:02 +02:00
parent 284aa97cdf
commit 464febbb22
3 changed files with 12 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'Mih_Icons';
src: url('fonts/Mih_Icons.eot?h906ip');
src: url('fonts/Mih_Icons.eot?h906ip#iefix') format('embedded-opentype'),
url('fonts/Mih_Icons.ttf?h906ip') format('truetype'),
url('fonts/Mih_Icons.woff?h906ip') format('woff'),
url('fonts/Mih_Icons.svg?h906ip#Mih_Icons') format('svg');
src: url('fonts/Mih_Icons.eot?7reovg');
src: url('fonts/Mih_Icons.eot?7reovg#iefix') format('embedded-opentype'),
url('fonts/Mih_Icons.ttf?7reovg') format('truetype'),
url('fonts/Mih_Icons.woff?7reovg') format('woff'),
url('fonts/Mih_Icons.svg?7reovg#Mih_Icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -26,6 +26,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-notifications:before {
content: "\e90e";
}
.icon-i_dont_know:before {
content: "\e90d";
}