sbbs.el

Diff
Login

Differences From Artifact [53a852f77e]:

To Artifact [7857cd54ea]:


    70     70   
    71     71   (defface sbbs--code-face
    72     72     '((((background light)) :background "gray89" :extend t)
    73     73       (((background dark)) :background "gray11" :extend t))
    74     74     "Face for code blocks in threads.")
    75     75   
    76     76   (defface sbbs--variable-pitch
    77         -  (if (x-list-fonts "Mona-")
           77  +  (if (and (window-system) (x-list-fonts "Mona-"))
    78     78         '((nil :font "Mona"
    79     79                :inherit variable-pitch))
    80     80       '((nil :inherit variable-pitch)))
    81     81     "Face for code blocks in threads.")
    82     82   
    83     83   (defface sbbs--post-header-face
    84     84     '((nil :extend t