Increase all font sizes to 14

This commit is contained in:
Andreas Zweili 2023-05-25 10:02:27 +02:00
parent c388322e32
commit a23aed1f62
4 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@ layouts = [
widget_defaults = dict(
font="Source Code Pro",
fontsize=12,
fontsize=14,
padding=3,
)
extension_defaults = widget_defaults.copy()

View File

@ -51,7 +51,7 @@
family = "Source Code Pro";
style = "Bold Italic";
};
size = 12;
size = 14;
};
};
};

View File

@ -4,7 +4,7 @@
enable = true;
settings = {
global = {
font = "Source Code Pro 11";
font = "Source Code Pro 14";
markup = "yes";
format = "<b>%s</b>\\n%b";
sort = "no";

View File

@ -65,7 +65,7 @@
(when (boundp 'enable-font)
(set-face-attribute 'default nil
:family "Source Code Pro"
:height 120
:height 140
:weight 'normal
:width 'normal))