Skip to content

Commit

Permalink
font: use Inter and Roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Sep 1, 2024
1 parent be705b5 commit b0cc7a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions hosts/whitefox/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
antialias = true;
defaultFonts = {
emoji = [ "Noto Color Emoji" ];
sansSerif = [ "DejaVu Sans" ];
serif = [ "DejaVu Serif" ];
sansSerif = [ "Inter" ];
serif = [ "Roboto Serif" ];
monospace = [ "JetBrainsMono Nerd Font" ];
};
};

Expand All @@ -15,12 +16,12 @@

enableDefaultPackages = true;
packages = with pkgs; [
sarasa-gothic
inter
roboto
roboto-serif
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
fira-code
symbola
(nerdfonts.override {
fonts = [
"FiraCode"
Expand Down

0 comments on commit b0cc7a1

Please sign in to comment.