summaryrefslogtreecommitdiffstats
path: root/static-nomath-org.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-07-18 19:30:42 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-07-18 19:30:42 +0200
commitf51259f351861a78824fb940986e4f084cd74be0 (patch)
treec314ffe6925cd4ec188a862dd19bb6eea16ac607 /static-nomath-org.nix
parent9eac212a3aa64a712caf8dbf5a5bcfaacf8a4021 (diff)
add code styling to base cssmain
Diffstat (limited to 'static-nomath-org.nix')
-rw-r--r--static-nomath-org.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/static-nomath-org.nix b/static-nomath-org.nix
index 8db645c..04e56f7 100644
--- a/static-nomath-org.nix
+++ b/static-nomath-org.nix
@@ -6,6 +6,6 @@ stdenv.mkDerivation {
src = ./.;
installPhase = ''
mv public $out
- cp ${cm_unicode}/share/fonts/opentype/cmunvt.otf $out
+ cp ${cm_unicode}/share/fonts/opentype/*.otf $out
'';
}