Skip to content

Commit b63c00c

Browse files
committed
tweak(core): bigger fonts for variable pitch
1 parent 737d9ab commit b63c00c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/me-lib.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,9 @@ ARG and PROJECT-P are passed to `+scratch-open-buffer'."
10441044
:fixed-pitch-serif
10451045
((:inherit default))
10461046
:variable-pitch
1047-
("Lato"
1048-
"Roboto"
1049-
"Inter"
1047+
((:family "Lato" :height 120)
1048+
(:family "Roboto" :height 120)
1049+
(:family "Inter" :height 120)
10501050
"San Francisco"
10511051
"Helvetica Neue"
10521052
"Helvetica"

0 commit comments

Comments
 (0)