Created
October 17, 2010 07:35
-
-
Save shigeya/630632 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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