28 lines
1.5 KiB
CSS
28 lines
1.5 KiB
CSS
|
|
@font-face {
|
||
|
|
font-family: 'muiicon';
|
||
|
|
src: url('/static/fonts/MaterialIcons-Regular.ttf') format('truetype');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
.icon { font-family: 'muiicon' !important; font-style: normal; font-weight: normal; display: inline-block; line-height: 1; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
|
||
|
|
.icon-menu:before { content: "\e5d2"; }
|
||
|
|
.icon-notifications:before { content: "\e7f4"; }
|
||
|
|
.icon-local_shipping:before { content: "\e558"; }
|
||
|
|
.icon-inventory:before { content: "\e179"; }
|
||
|
|
.icon-arrow_back:before { content: "\e5c4"; }
|
||
|
|
.icon-save:before { content: "\e161"; }
|
||
|
|
.icon-qr_code_2:before { content: "\f00a"; }
|
||
|
|
.icon-info:before { content: "\e88e"; }
|
||
|
|
.icon-add:before { content: "\e145"; }
|
||
|
|
.icon-task_alt:before { content: "\e2e6"; }
|
||
|
|
.icon-edit:before { content: "\e3c9"; }
|
||
|
|
.icon-delete:before { content: "\e872"; }
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Material Icons Local';
|
||
|
|
src: url('/static/fonts/MaterialIcons-Regular.ttf') format('truetype');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
.mi{font-family:'Material Icons Local','Material Icons';font-weight:normal;font-style:normal;font-size:inherit;display:inline-block;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';-webkit-font-feature-settings:'liga';text-rendering:optimizeLegibility}
|