first commit

This commit is contained in:
Fanrouver
2025-11-20 10:25:31 +07:00
commit e74f574eb3
26 changed files with 1512 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

+22
View File
@@ -0,0 +1,22 @@
/*!
* 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";
src: url("./pficon.woff2") format("woff2");
}
.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: ""; }
Binary file not shown.