This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit af21501a9fea86b9d77aa59a0c0f09c232835c65 Author: Greg Stein <[email protected]> AuthorDate: Wed Oct 8 23:40:46 2025 -0500 need more files for the fonts --- v3/server/bin/fetch-bootstrap.sh | 5 +++++ v3/server/static/css/fonts/bootstrap-icons.woff | Bin 0 -> 180288 bytes v3/server/static/css/fonts/bootstrap-icons.woff2 | Bin 0 -> 134044 bytes 3 files changed, 5 insertions(+) diff --git a/v3/server/bin/fetch-bootstrap.sh b/v3/server/bin/fetch-bootstrap.sh index 78674cf..8d673d3 100755 --- a/v3/server/bin/fetch-bootstrap.sh +++ b/v3/server/bin/fetch-bootstrap.sh @@ -71,6 +71,11 @@ curl -q --location "${I_URL}" --output "${I_ZIPFILE}" echo "Extracting: bootstrap-icons.css" unzip -joq "${I_ZIPFILE}" "${I_DIST}/bootstrap-icons.css" -d "${STATIC_DIR}/css" +echo "Extracting: fonts/bootstrap-icons.woff2" +unzip -joq "${I_ZIPFILE}" "${I_DIST}/fonts/bootstrap-icons.woff2" -d "${STATIC_DIR}/css/fonts" +echo "Extracting: fonts/bootstrap-icons.woff" +unzip -joq "${I_ZIPFILE}" "${I_DIST}/fonts/bootstrap-icons.woff" -d "${STATIC_DIR}/css/fonts" + # -------------------- echo "" diff --git a/v3/server/static/css/fonts/bootstrap-icons.woff b/v3/server/static/css/fonts/bootstrap-icons.woff new file mode 100644 index 0000000..a4fa4f0 Binary files /dev/null and b/v3/server/static/css/fonts/bootstrap-icons.woff differ diff --git a/v3/server/static/css/fonts/bootstrap-icons.woff2 b/v3/server/static/css/fonts/bootstrap-icons.woff2 new file mode 100644 index 0000000..4d8c490 Binary files /dev/null and b/v3/server/static/css/fonts/bootstrap-icons.woff2 differ
