From: Michael Orlitzky Date: Thu, 19 Oct 2023 00:56:34 +0000 (-0400) Subject: Makefile.am: add rule to build woff2 fonts from sfd sources X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=853d222a22d868ebf4bc7cac9f61682dc98fba62;p=charm-bypass.git Makefile.am: add rule to build woff2 fonts from sfd sources --- diff --git a/Makefile.am b/Makefile.am index 04406ba..db4ea90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,10 @@ day.min.svg: day.svg --error-on-flowtext \ $< > $@ +# Use FontForge to convert the sfd source files to woff2. +.sfd.woff2: + @FONTFORGE@ -script sfd2woff $< + # Base64-encode a woff2 (web open font format 2.0) file. We use this # to embed fonts directly into the CSS that requires them. .woff2.base64: