X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile.am;h=db4ea90bc59b17cb0498711f58589969e07f705b;hb=853d222a22d868ebf4bc7cac9f61682dc98fba62;hp=04406bac8e41997bcdc126df8d5ffe0eee988157;hpb=d89c1dd73c2fdad07c98e8cf42bc4db3e6710da8;p=charm-bypass.git 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: