Skip to content

issue: can't customize font #92

@dustinfarris

Description

@dustinfarris

This is not working for me:

(custom-set-faces
  '(claude-code-repl-face ((t (:family "JuliaMono")))))

Both eat and vterm seem to ignore this. The only way I've been able to customize the font is via claude-code-start-hook:

(defun df/set-julia-tiny ()
  "Set JuliaMono :height 0.8 for the current buffer."
  (buffer-face-set '(:family "JuliaMono" :height 0.8)))

(add-hook 'claude-code-start-hook #'df/set-julia-tiny)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions