We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(defun writeroom-set-june (arg) (setq buffer-face-mode-face '(:family "Junicode" :height 140)) (buffer-face-mode arg)) (add-to-list 'writeroom-global-effects 'writeroom-set-june)
Obv change "june" to whatever you want and the face too. Good luck♥
PS: if you want the entire frame to change it's even easier and more straight-forward:
(define-writeroom-global-effect font "Junicode-14") (add-to-list 'writeroom-global-effects 'writeroom-set-font)
Buuuut I prefer the buffer-specific version if I have an emacs that supports it♥