remove bloat fonts, get rid of svelte-i18n
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
14
app/Makefile
14
app/Makefile
@@ -1,17 +1,7 @@
|
||||
NF_CSS = static/css/nerdfonts.css
|
||||
NF_WOFF = static/assets/nerdfonts.woff2
|
||||
|
||||
all: $(NF_CSS)
|
||||
all:
|
||||
npm run build
|
||||
|
||||
$(NF_CSS): $(NF_WOFF)
|
||||
wget "https://www.nerdfonts.com/assets/css/webfont.css" -O $@
|
||||
sed 's/\.\.\/fonts\/Symbols-2048-em Nerd Font Complete\.woff2/\/assets\/nerdfonts\.woff2/g' -i $@
|
||||
|
||||
$(NF_WOFF):
|
||||
wget "https://www.nerdfonts.com/assets/fonts/Symbols-2048-em%20Nerd%20Font%20Complete.woff2" -O $@
|
||||
|
||||
run: $(NF_CSS)
|
||||
run:
|
||||
npm run dev
|
||||
|
||||
format:
|
||||
|
Reference in New Issue
Block a user