42 lines
1.1 KiB
CSS
42 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'odoo_ui_icons';
|
|
src: url('fonts/odoo_ui_icons.woff2') format('woff2'), url('fonts/odoo_ui_icons.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
.oi {
|
|
font-family: 'odoo_ui_icons';
|
|
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;
|
|
}
|
|
|
|
.oi-close:before {
|
|
content: '\00d7';
|
|
font-family: sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.oi-view-pivot:before { content: '\e800'; }
|
|
.oi-voip:before { content: '\e803'; }
|
|
.oi-odoo:before { content: '\e806'; }
|
|
.oi-search:before { content: '\e808'; }
|
|
.oi-group:before { content: '\e80a'; }
|
|
.oi-settings-adjust:before { content: '\e80c'; }
|
|
.oi-apps:before { content: '\e80d'; }
|
|
.oi-panel-right:before { content: '\e810'; }
|
|
.oi-launch:before { content: '\e812'; }
|
|
.oi-studio:before { content: '\e813'; }
|
|
.oi-view-kanban:before { content: '\e814'; }
|
|
.oi-view-cohort:before { content: '\e816'; }
|
|
.oi-view-list:before { content: '\e817'; }
|