Unverified Commit ef67b11a authored by ners's avatar ners
Browse files

figtree: output webfonts

parent 070f0e9c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {

  sourceRoot = "source/fonts";

  outputs = [
    "out"
    "webfont"
  ];

  nativeBuildInputs = [ installFonts ];

  meta = {