From: Michael Tremer Date: Sun, 31 Aug 2025 14:47:12 +0000 (+0000) Subject: web-user-interface: Use the fonts from the separate package X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40a1dc20172e374c33bbdbbd5fae0675d7f8bfe5;p=ipfire-2.x.git web-user-interface: Use the fonts from the separate package We should not ship anything binary in the sources anyways. Signed-off-by: Michael Tremer --- diff --git a/html/html/themes/ipfire/include/fonts/Prompt-Bold.ttf b/html/html/themes/ipfire/include/fonts/Prompt-Bold.ttf deleted file mode 100644 index 6cdd89b451..0000000000 Binary files a/html/html/themes/ipfire/include/fonts/Prompt-Bold.ttf and /dev/null differ diff --git a/html/html/themes/ipfire/include/fonts/Prompt-Medium.ttf b/html/html/themes/ipfire/include/fonts/Prompt-Medium.ttf deleted file mode 100644 index adf72c9f63..0000000000 Binary files a/html/html/themes/ipfire/include/fonts/Prompt-Medium.ttf and /dev/null differ diff --git a/html/html/themes/ipfire/include/fonts/Prompt-Regular.ttf b/html/html/themes/ipfire/include/fonts/Prompt-Regular.ttf deleted file mode 100644 index 2a736dbba7..0000000000 Binary files a/html/html/themes/ipfire/include/fonts/Prompt-Regular.ttf and /dev/null differ diff --git a/lfs/web-user-interface b/lfs/web-user-interface index da76a7d10e..7c1b807527 100644 --- a/lfs/web-user-interface +++ b/lfs/web-user-interface @@ -74,6 +74,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Reset permissions of redirect templates and theme directories find /srv/web/ipfire/html/{captive,redirect-templates,themes} -type d | xargs chmod -v 755 + # Web UI Font + ln -svf --relative /usr/share/fonts/Prompt-Bold.ttf \ + /srv/web/ipfire/html/themes/ipfire/include/fonts/Prompt-Bold.ttf + ln -svf --relative /usr/share/fonts/Prompt-Medium.ttf \ + /srv/web/ipfire/html/themes/ipfire/include/fonts/Prompt-Medium.ttf + ln -svf --relative /usr/share/fonts/Prompt-Regular.ttf \ + /srv/web/ipfire/html/themes/ipfire/include/fonts/Prompt-Regular.ttf + # Captive Portal CSS ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css \ /srv/web/ipfire/html/captive/assets/bootstrap-grid.min.css