Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created October 7, 2010 03:00
Show Gist options
  • Save hsbt/614477 to your computer and use it in GitHub Desktop.
Save hsbt/614477 to your computer and use it in GitHub Desktop.
;; Menloを使う
(create-fontset-from-ascii-font "Menlo-14:weight=normal:slant=normal" nil "menlokakugo")
(set-fontset-font "fontset-menlokakugo"
'unicode
(font-spec :family "Hiragino Kaku Gothic ProN" :size 16)
nil
'append)
(add-to-list 'default-frame-alist '(font . "fontset-menlokakugo"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment