diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-11-06 21:41:47 -0800 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-11-06 21:41:47 -0800 |
| commit | 0dccadf22264d63a7560c9348a1d322c12704d9b (patch) | |
| tree | 18b97231a4bccb74887126457cf8528873d5a13e | |
| parent | a90d814e1b4fdb60aaa3d1f52d4ede4bf7bd2d56 (diff) | |
doom add berkeley mono font
| -rw-r--r-- | dot-config/doom/config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot-config/doom/config.el b/dot-config/doom/config.el index 48e5943..7adf3d8 100644 --- a/dot-config/doom/config.el +++ b/dot-config/doom/config.el @@ -23,6 +23,7 @@ ;; ;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) +(setq doom-font (font-spec :family "TX\-02 Medium UltraCondensed" :size 18)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to |
