Skip to content

Commit

Permalink
tweak(fonts): more default fonts settings
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent c458053 commit fbf6429
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions core/me-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,19 @@
(:family "Source Code Pro" :height 130)
(:family "Menlo" :height 130)
(:family "Monaco" :height 130)
(:family "Ubuntu Mono" :height 130)
(:family "DejaVu Sans Mono" :height 130)
(:family "Consolas" :height 130))
:variable-pitch
("Lato"
"Roboto"
"Inter"
"San Francisco"
"Helvetica Neue"
"Helvetica"
"Ubuntu"
"Liberation Sans"
"Segoe UI")
:symbol
((:family "Segoe UI Symbol" :prepend t)
(:family "Symbola" :prepend t)
Expand All @@ -34,8 +45,9 @@
(:family "Quivira" :prepend t))
;; Arabic script
:arabic
("KacstOne"
"Amiri Typewriter"
("Amiri Typewriter"
"KacstOne"
"Greta Arabic"
"Scheherazade"
"Koodak"
(:family "Amiri" :scale 0.9))
Expand Down

0 comments on commit fbf6429

Please sign in to comment.