Skip to content

Instantly share code, notes, and snippets.

@luozengbin
Created July 30, 2012 01:29
Show Gist options
  • Save luozengbin/3203179 to your computer and use it in GitHub Desktop.
Save luozengbin/3203179 to your computer and use it in GitHub Desktop.
;; font
(create-fontset-from-ascii-font "Ricty-11:weight=normal:slant=normal" nil "ricty")
(set-fontset-font "fontset-ricty"
'unicode
(font-spec :family "Ricty" :size 11)
nil
'append)
(add-to-list 'default-frame-alist '(font . "fontset-ricty"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment