Skip to content

Commit 64f7d85

Browse files
committed
Reverted primefaces#3056
1 parent 72813a7 commit 64f7d85

29 files changed

+5016
-5379
lines changed

src/main/java/org/primefaces/mobile/renderkit/HeadRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void encodeBegin(FacesContext context, UIComponent component) throws IOEx
6262
renderCSS(context, "mobile/primefaces-mobile.css", "primefaces");
6363

6464
if (cc.isFontAwesomeEnabled()) {
65-
renderCSS(context, "fa/fontawesome-all.css", "primefaces");
65+
renderCSS(context, "fa/font-awesome.css", "primefaces");
6666
}
6767

6868
renderJS(context, "jquery/jquery.js", "primefaces");

src/main/java/org/primefaces/renderkit/HeadRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void encodeBegin(FacesContext context, UIComponent component) throws IOEx
8282
}
8383

8484
if (cc.isFontAwesomeEnabled()) {
85-
encodeCSS(context, "primefaces", "fa/fontawesome-all.css");
85+
encodeCSS(context, "primefaces", "fa/font-awesome.css");
8686
}
8787

8888
//Middle facet

src/main/resources/META-INF/resources/primefaces/core/core.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,8 @@ ui-overlay-visible * {
9797
}
9898

9999
/* FontAwesome */
100-
.ui-widget .ui-icon.fa,
101-
.ui-icon.fa,
102-
.ui-widget .ui-icon.fab,
103-
.ui-icon.fab,
104-
.ui-widget .ui-icon.far,
105-
.ui-icon.far,
106-
.ui-widget .ui-icon.fas,
107-
.ui-icon.fas {
100+
.ui-widget .ui-icon.fa,
101+
.ui-icon.fa {
108102
background: none repeat scroll 0 0 transparent !important;
109103
text-indent: 0px !important;
110104
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/main/resources/META-INF/resources/primefaces/fa/fa-brands-400.svg

Lines changed: 0 additions & 990 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)