X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fweb-user-interface;h=3e9eb9aba63f18aab1c411a93cef1f372c86e99a;hb=1f06098ba7f4894c9e3dfb744c38f6ef5c576743;hp=475bb68c311339b7b9e9e9471b3f16d3cd49ae93;hpb=70f6cba43efc1269712ed17020c2e1cf9d6fe86e;p=ipfire-2.x.git diff --git a/lfs/web-user-interface b/lfs/web-user-interface index 475bb68c31..3e9eb9aba6 100644 --- a/lfs/web-user-interface +++ b/lfs/web-user-interface @@ -80,4 +80,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -svf --relative /usr/share/bootstrap/css/bootstrap-reboot.min.css.map \ /srv/web/ipfire/html/captive/assets/bootstrap-reboot.min.css.map + # Captive Portal Fonts + ln -svf --relative /usr/share/fonts/Ubuntu-L.ttf \ + /srv/web/ipfire/html/captive/assets/Ubuntu-L.ttf + ln -svf --relative /usr/share/fonts/Ubuntu-M.ttf \ + /srv/web/ipfire/html/captive/assets/Ubuntu-M.ttf + ln -svf --relative /usr/share/fonts/Ubuntu-R.ttf \ + /srv/web/ipfire/html/captive/assets/Ubuntu-R.ttf + @$(POSTBUILD)