diff --git a/Makefile b/Makefile index d5abe6f..4f3b8dd 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ fa-%: always ## Agregar un ícono de Fork Awesome (reemplazar % por el nombre) @echo Agregando $* a la lista de íconos @grep -q "$*" fa.txt || grep '^$$fa-var-$*: ' node_modules/fork-awesome/scss/_variables.scss | sed -re "s/^.*: \"\\\(.*)\";/\1 $*/" >> fa.txt +fonts := $(wildcard assets/fonts/*.otf assets/fonts/*.ttf) +fonts: $(fonts) ## Minifica todas las tipografías + gfont: ## Descarga tipografías de Google Fonts (css="url del css") @test -n "$(css)" wget "$(css)" -nv -kO /tmp/gfont