style.css 1007 B

1234567891011121314151617181920212223242526272829
  1. @font-face {
  2. font-family: 'o2appExplorer';
  3. src:
  4. url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.ttf?yxaxqt') format('truetype'),
  5. url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.woff?yxaxqt') format('woff'),
  6. url('../x_component_process_ApplicationExplorer/$Main/default/fonts/o2appExplorer.svg?yxaxqt#o2appExplorer') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. [class^="o2icon-"], [class*=" o2icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'o2appExplorer' !important;
  14. speak: never;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .o2icon-search:before {
  25. content: "\e994";
  26. }