Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Monaspace Radon as the default font if available? #2

Open
themkat opened this issue Dec 30, 2024 · 1 comment
Open

Use Monaspace Radon as the default font if available? #2

themkat opened this issue Dec 30, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@themkat
Copy link
Owner

themkat commented Dec 30, 2024

I personally use Monaspace Radon as the font of choice in my Emacs config:

;; Use Monaspace Radon if available
;; https://monaspace.githubnext.com/
;; (install pls!)
(let ((desired-font "-*-Monaspace Radon-regular-normal-normal-*-12-*-*-*-p-0-iso10646-1"))
  (unless (null (find-font (font-spec :name desired-font)))
    (set-frame-font desired-font nil t)))

To me, this font is cutesy and fits well with the goals of the pink bliss theme. The main reason that I have not included it in the theme is due to other users probably not wanting it. One option is off course to have configuration variables to control the font loading.

Making an issue so possible other users and lurkers can share their opinions 🙂

@themkat themkat added enhancement New feature or request question Further information is requested labels Dec 30, 2024
@ananashawaw
Copy link

Just tried it.
It does indeed fit very well with the color scheme of the theme; seems like a great idea to incorporate it directly with it yes ^v^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants