22 lines
540 B
CSS
Raw Normal View History

2024-04-12 23:18:50 +00:00
/*!
* This folder contains updated PatternFly4 icons (version 2020.13).
* After the PF4 transition is finished this folder will be deleted.
*/
@font-face {
font-family: "pficon-tmp";
2024-06-17 11:08:15 +00:00
src: url("./pficon.woff2") format("woff2");
}
2024-04-12 23:18:50 +00:00
.pf-icon-openshift:before {
font-family: "pficon-tmp";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none; }
.pf-icon-openshift:before {
content: ""; }