diff options
author | 2025-07-18 19:30:42 +0200 | |
---|---|---|
committer | 2025-07-18 19:30:42 +0200 | |
commit | f51259f351861a78824fb940986e4f084cd74be0 (patch) | |
tree | c314ffe6925cd4ec188a862dd19bb6eea16ac607 /static-nomath-org.nix | |
parent | 9eac212a3aa64a712caf8dbf5a5bcfaacf8a4021 (diff) |
add code styling to base cssmain
Diffstat (limited to 'static-nomath-org.nix')
-rw-r--r-- | static-nomath-org.nix | 2 |
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 ''; } |