Skip to content

Commit

Permalink
use 'Liberation Sans' on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Jun 26, 2023
1 parent 00fc386 commit 43b0654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions canvas.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,10 @@
"this method is called every `*calm-delay*' milliseconds,
only when the window is not hidden or minimized."

#-linux
(c:select-font-face "Arial" :normal :normal)
#+linux
(c:select-font-face "Liberation Sans" :normal :normal)

(when *show-help*
(c:select-font-face "Courier" :normal :normal)
Expand Down

0 comments on commit 43b0654

Please sign in to comment.