pficon.css 577 B

123456789101112131415161718192021
  1. /*!
  2. * This folder contains updated PatternFly4 icons (version 2020.13).
  3. * After the PF4 transition is finished this folder will be deleted.
  4. */
  5. @font-face {
  6. font-family: "pficon-tmp";
  7. src: url("./pficon.woff2") format("woff2"), url("./pficon.woff") format("woff"); }
  8. .pf-icon-openshift:before {
  9. font-family: "pficon-tmp";
  10. -webkit-font-smoothing: antialiased;
  11. -moz-osx-font-smoothing: grayscale;
  12. font-style: normal;
  13. font-variant: normal;
  14. font-weight: normal;
  15. text-decoration: none;
  16. text-transform: none; }
  17. .pf-icon-openshift:before {
  18. content: ""; }