Skip to content

Commit

Permalink
tweak(fonts): inherit default in fixed-pitch and fixed-pitch-serif
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 29, 2023
1 parent 7404874 commit 01c0dea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/me-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
(:family "Ubuntu Mono" :height 130)
(:family "DejaVu Sans Mono" :height 130)
(:family "Consolas" :height 130))
:fixed-pitch
((:inherit default))
:fixed-pitch-serif
((:inherit default))
:variable-pitch
("Lato"
"Roboto"
Expand Down

0 comments on commit 01c0dea

Please sign in to comment.