LoginSignup
3

More than 5 years have passed since last update.

Use Ricty font with emacs-24.5.8

Posted at
(let ((font-size 14))
  (create-fontset-from-ascii-font
   (format "Ricty-%d:weight=normal:slant=normal" font-size) nil "ricty")

  (set-fontset-font "fontset-ricty" 'unicode
                    (font-spec :family "Ricty" :size font-size) nil 'append))

(add-to-list 'default-frame-alist '(font . "fontset-ricty"))

font-size を一カ所で指定できるようにしました。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3