diff --git a/flake.nix b/flake.nix index 21ec3c5..72253bf 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ extraFonts = with pkgs; [ noto-fonts open-sans - iosevka + jetbrains-mono ]; extraCompileFlags = [ "--root" "./" ]; mainFile = "template/thesis.typ"; @@ -77,7 +77,7 @@ paths = with pkgs; [ noto-fonts open-sans - iosevka + jetbrains-mono ]; }; }; diff --git a/lib.typ b/lib.typ index 3355a25..b43c1fa 100644 --- a/lib.typ +++ b/lib.typ @@ -227,8 +227,8 @@ set text(font: ("Charter"), size: 11pt) // Set raw text font. - // Default is Iosevka at 9pt with JetBrains Mono fallback. - show raw: set text(font: ("Iosevka", "JetBrains Mono"), size: 9pt) + // Default is JetBrains Mono at 9tp with DejaVu Sans Mono as fallback + show raw: set text(font: ("JetBrains Mono", "DejaVu Sans Mono"), size: 9pt) // Configure page size and margins. set page(