summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index af8b06b..ff8bc14 100644
--- a/flake.nix
+++ b/flake.nix
@@ -222,6 +222,8 @@ mkdir -p $out/fonts
cp -L ${pkgs.lora}/share/fonts/truetype/*.ttf $out/fonts/
cp -L ${pkgs.inconsolata}/share/fonts/truetype/inconsolata/*.ttf $out/fonts
cp ${garamond}/ttf/CormorantGaramond-Medium.ttf $out/fonts/
+cp ${garamond}/ttf/CormorantGaramond-MediumItalic.ttf $out/fonts/
+cp ${garamond}/ttf/CormorantGaramond-Bold.ttf $out/fonts/
cp -r $HOME/website_html/. $out/
cp ${topology}/main.svg $out/img/topology.svg