1234567891011121314151617181920212223242526272829 |
- @font-face {
- font-family: 'o2appExplorer';
- src:
- url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.ttf?yxaxqt') format('truetype'),
- url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.woff?yxaxqt') format('woff'),
- url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.svg?yxaxqt#o2appExplorer') format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: block;
- }
- [class^="o2icon-"], [class*=" o2icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'o2appExplorer' !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;
- }
- .o2icon-search:before {
- content: "\e994";
- }
|