Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created December 31, 2010 05:28
Show Gist options
  • Save igaiga/760751 to your computer and use it in GitHub Desktop.
Save igaiga/760751 to your computer and use it in GitHub Desktop.
(create-fontset-from-ascii-font "Menlo-14:weight=normal:slant=normal" nil "menlomarugo")
(set-fontset-font "fontset-menlomarugo"
'unicode
(font-spec :family "Hiragino Maru Gothic ProN" :size 16)
nil
'append)
(add-to-list 'default-frame-alist '(font . "fontset-menlomaruugo"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment