[StumpWM] Fix name of font family
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2022-05-06 23:29:24 +02:00
parent d78be92786
commit ee7e82ea03
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -775,7 +775,7 @@ list of fonts I want loaded:
|--------------------------------+-----------+------|
| Unifont-JP | Regular | 10 |
| DejaVu Sans Mono for Powerline | Book | 8.5 |
| Siji | Medium | 10 |
| siji | Medium | 10 |
#+name: gen-fonts
#+header: :wrap src lisp
@ -795,7 +795,7 @@ list of fonts I want loaded:
#+end_src
The code equivalent of this table can be seen below:
#+RESULTS[4792ccbea35e0666b555ccf10bc3abcf85763ef0]: gen-fonts
#+RESULTS[8f33434f3332d94fa0d7306c1233c824a26fde93]: gen-fonts
#+begin_src lisp
(set-font `(,(make-instance 'xft:font :family "Unifont-JP" :subfamily "Regular" :size 10 :antialias t)
,(make-instance 'xft:font :family "DejaVu Sans Mono for Powerline" :subfamily "Book" :size 8.5 :antialias t)