From 92849e80f0583f3be30a898cc24ff9e29c4a26d8 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Aug 2021 10:58:00 -0300 Subject: [PATCH] =?UTF-8?q?Realmente=20minificar=20todas=20las=20tipograf?= =?UTF-8?q?=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f3b8dd..c215fbd 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ 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 := $(patsubst %.otf,%-subset.woff2,$(wildcard assets/fonts/*)) fonts: $(fonts) ## Minifica todas las tipografías gfont: ## Descarga tipografías de Google Fonts (css="url del css")