style.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. @font-face {
  2. font-family: 'o2formdesigner';
  3. src:
  4. url('../x_component_process_FormDesigner/$Main/default/fonts/o2formdesigner.ttf?9mpsbh') format('truetype'),
  5. url('../x_component_process_FormDesigner/$Main/default/fonts/o2formdesigner.woff?9mpsbh') format('woff'),
  6. url('../x_component_process_FormDesigner/$Main/default/fonts/o2formdesigner.svg?9mpsbh#o2formdesigner') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. [class^="o2-icon-"], [class*=" o2-icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'o2formdesigner' !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. .o2-icon-tree:before {
  25. content: "\e900";
  26. }
  27. .o2-icon-file-play:before {
  28. content: "\e929";
  29. }
  30. .o2-icon-mobile:before {
  31. content: "\e958";
  32. }