Skip to content

Commit

Permalink
tweak(stylix): increase font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 27, 2024
1 parent 4ff70c9 commit a975b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nixos/stylix/stylesheets/main/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ with lib.elementary;

fonts = {
sizes = {
desktop = 10;
terminal = 13;
popups = 10;
desktop = 11;
terminal = 14;
popups = 11;
};

serif = {
Expand Down

0 comments on commit a975b9b

Please sign in to comment.