Skip to content

Instantly share code, notes, and snippets.

@shigeya
Created October 17, 2010 07:35
Show Gist options
  • Save shigeya/630632 to your computer and use it in GitHub Desktop.
Save shigeya/630632 to your computer and use it in GitHub Desktop.
(create-fontset-from-ascii-font "Menlo-16: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