This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 12f565e additional hangovers from moving to FA7
12f565e is described below
commit 12f565e798ec8ceb5abf7cfd3abe5a47273cb137
Author: Paul King <[email protected]>
AuthorDate: Wed Jan 28 15:55:37 2026 +1000
additional hangovers from moving to FA7
---
site/src/site/assets/css/style.css | 4 ++--
site/src/site/pages/search.groovy | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/site/src/site/assets/css/style.css
b/site/src/site/assets/css/style.css
index 34d3fef..fa83c02 100644
--- a/site/src/site/assets/css/style.css
+++ b/site/src/site/assets/css/style.css
@@ -806,7 +806,7 @@ html.noScroll body, html.noScroll .st-container,
html.noScroll .st-pusher, html.
}
.sign-in-fa-icon:before {
- font-family: FontAwesome;
+ font-family: "Font Awesome 7 Free";
content: '\f090';
padding-right: 10px;
}
@@ -1371,7 +1371,7 @@ a span.icon > .fa {
.admonitionblock td.icon [class^="icon-"]:before,
.admonitionblock td.icon [class*=" icon-"]:before {
- font-family: FontAwesome, serif;
+ font-family: "Font Awesome 7 Free", serif;
font-style: normal;
font-size: 2.5em;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
diff --git a/site/src/site/pages/search.groovy
b/site/src/site/pages/search.groovy
index 71c47ef..3692768 100644
--- a/site/src/site/pages/search.groovy
+++ b/site/src/site/pages/search.groovy
@@ -94,7 +94,7 @@ layout 'layouts/main.groovy', true,
margin-top: 4px;
}
.gs-per-result-labels:before {
- font-family: FontAwesome;
+ font-family: "Font Awesome 7 Free";
content: '\\f02c';
margin-right: 8px;
}