Skip to content

Commit 01c0dea

Browse files
committed
tweak(fonts): inherit default in fixed-pitch and fixed-pitch-serif
1 parent 7404874 commit 01c0dea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/me-fonts.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
(:family "Ubuntu Mono" :height 130)
3030
(:family "DejaVu Sans Mono" :height 130)
3131
(:family "Consolas" :height 130))
32+
:fixed-pitch
33+
((:inherit default))
34+
:fixed-pitch-serif
35+
((:inherit default))
3236
:variable-pitch
3337
("Lato"
3438
"Roboto"

0 commit comments

Comments
 (0)