Skip to content

Commit

Permalink
Update Exfoliation Theme for Core Services Platform (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb authored Oct 23, 2024
1 parent 293b329 commit 402fbc4
Show file tree
Hide file tree
Showing 23 changed files with 763 additions and 458 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Nagios Core 4 Change Log
4.5.7 - 2024-11-19
------------------
* Expand the custom variable macros to an empty string, if the custom variable does not exist (Andre Klärner)
* Update Exfoliation theme (Dylan Anderson)

4.5.6 - 2024-10-08
------------------
Expand Down
4 changes: 4 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ install-exfoliation:
for file in $$(find ./images -type f); do \
$(INSTALL) -m 644 $(INSTALL_OPTS) $${file} $(DESTDIR)$(HTMLDIR)/$${file}; \
done; \
$(INSTALL) $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/fonts; \
for file in $$(find ./fonts -type f); do \
$(INSTALL) -m 644 $(INSTALL_OPTS) $${file} $(DESTDIR)$(HTMLDIR)/$${file}; \
done; \
)

@echo ""
Expand Down
Binary file added contrib/exfoliation/fonts/Geist-Black.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Bold.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-ExtraBold.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-ExtraLight.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Light.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Medium.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Regular.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-SemiBold.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist-Thin.woff2
Binary file not shown.
Binary file added contrib/exfoliation/fonts/Geist[wght].woff2
Binary file not shown.
Loading

0 comments on commit 402fbc4

Please sign in to comment.