From f51259f351861a78824fb940986e4f084cd74be0 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 18 Jul 2025 19:30:42 +0200 Subject: add code styling to base css --- static-nomath-org.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static-nomath-org.nix') 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 ''; } -- cgit v1.2.3