forked from yaso_meth/mih-project
add profile Icon
This commit is contained in:
Binary file not shown.
@@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'Mih_Icons';
|
||||
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');
|
||||
src: url('fonts/Mih_Icons.eot?kmk862');
|
||||
src: url('fonts/Mih_Icons.eot?kmk862#iefix') format('embedded-opentype'),
|
||||
url('fonts/Mih_Icons.ttf?kmk862') format('truetype'),
|
||||
url('fonts/Mih_Icons.woff?kmk862') format('woff'),
|
||||
url('fonts/Mih_Icons.svg?kmk862#Mih_Icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@@ -26,6 +26,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-personal_profile:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
|
||||
.icon-notifications:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
|
||||
@@ -52,4 +52,7 @@ class MihIcons {
|
||||
|
||||
static const IconData notifications =
|
||||
IconData(0xe90e, fontFamily: _mihFontFam, fontPackage: _mihFontPkg);
|
||||
|
||||
static const IconData personalProfile =
|
||||
IconData(0xe90f, fontFamily: _mihFontFam, fontPackage: _mihFontPkg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user