fix(emacs): specify italics font
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
ea1866cfe6
commit
a775907d48
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@
|
|||
(set-frame-font (format "%s %d" font-family font-size))
|
||||
(custom-set-faces
|
||||
'(shr-text ((t (:inherit variable-pitch-text :family "Noto Sans Light")))))
|
||||
(set-face-attribute 'italic nil
|
||||
:family "Roboto Mono"
|
||||
:slant 'italic
|
||||
:weight 'bold
|
||||
:foreground nano-light-foreground)
|
||||
|
||||
;; Use spaces instead of tabs
|
||||
(setq-default indent-tabs-mode nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue