From 143e0f6c3dca202fcef3f9aa9db44ad26aa548a7 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Aug 2021 10:21:50 -0300 Subject: [PATCH] =?UTF-8?q?Minificar=20todas=20las=20tipograf=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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