config new Icon pack
This commit is contained in:
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
|||||||
|
/* Mih Icons - https://icomoon.io/*/
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
@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');
|
||||||
|
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: 'Mih_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-i_dont_know:before {
|
||||||
|
content: "\e90d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-business_setup:before {
|
||||||
|
content: "\e90b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-profile_setup:before {
|
||||||
|
content: "\e90c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-mih_ring:before {
|
||||||
|
content: "\e90a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-about_mih:before {
|
||||||
|
content: "\e900";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-access_control:before {
|
||||||
|
content: "\e901";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-business_profile:before {
|
||||||
|
content: "\e902";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-calculator:before {
|
||||||
|
content: "\e903";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-calendar:before {
|
||||||
|
content: "\e904";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-mih_logo:before {
|
||||||
|
content: "\e905";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-mzansi_ai:before {
|
||||||
|
content: "\e906";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-mzansi_wallet:before {
|
||||||
|
content: "\e907";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-patient_manager:before {
|
||||||
|
content: "\e908";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-patient_profile:before {
|
||||||
|
content: "\e909";
|
||||||
|
}
|
||||||
@@ -126,7 +126,8 @@ flutter:
|
|||||||
fonts:
|
fonts:
|
||||||
- family: MihIcons
|
- family: MihIcons
|
||||||
fonts:
|
fonts:
|
||||||
- asset: lib/mih_components/mih_package_components/assets/fonts/MihIcons.ttf
|
# - asset: lib/mih_components/mih_package_components/assets/fonts/MihIcons.ttf
|
||||||
|
- asset: lib/mih_components/mih_package_components/assets/fonts/Mih_Icons.ttf
|
||||||
# - asset: fonts/Schyler-Italic.ttf
|
# - asset: fonts/Schyler-Italic.ttf
|
||||||
# style: italic
|
# style: italic
|
||||||
# - family: Trajan Pro
|
# - family: Trajan Pro
|
||||||
|
|||||||
Reference in New Issue
Block a user