[StumpWM] Fix name of font family
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d78be92786
commit
ee7e82ea03
@ -775,7 +775,7 @@ list of fonts I want loaded:
|
|||||||
|--------------------------------+-----------+------|
|
|--------------------------------+-----------+------|
|
||||||
| Unifont-JP | Regular | 10 |
|
| Unifont-JP | Regular | 10 |
|
||||||
| DejaVu Sans Mono for Powerline | Book | 8.5 |
|
| DejaVu Sans Mono for Powerline | Book | 8.5 |
|
||||||
| Siji | Medium | 10 |
|
| siji | Medium | 10 |
|
||||||
|
|
||||||
#+name: gen-fonts
|
#+name: gen-fonts
|
||||||
#+header: :wrap src lisp
|
#+header: :wrap src lisp
|
||||||
@ -795,7 +795,7 @@ list of fonts I want loaded:
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
The code equivalent of this table can be seen below:
|
The code equivalent of this table can be seen below:
|
||||||
#+RESULTS[4792ccbea35e0666b555ccf10bc3abcf85763ef0]: gen-fonts
|
#+RESULTS[8f33434f3332d94fa0d7306c1233c824a26fde93]: gen-fonts
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
(set-font `(,(make-instance 'xft:font :family "Unifont-JP" :subfamily "Regular" :size 10 :antialias t)
|
(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)
|
,(make-instance 'xft:font :family "DejaVu Sans Mono for Powerline" :subfamily "Book" :size 8.5 :antialias t)
|
||||||
|
Loading…
Reference in New Issue
Block a user