klotz: font*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↑ / Title / - Bookmarks from other users for this tag

  1. 2015-11-03 Tags: by klotz
  2. 2017-09-17 Tags: by klotz
  3. I use plain Inconsolata. From my emacs.d/init.el:

    (set-face-attribute 'default nil
    :family "Inconsolata" :height (case system-type
    ('gnu/linux 130)
    ('darwin 145)) :weight 'normal)
    If you're only running on OSX, you can simplify that to

    (set-face-attribute 'default nil
    :family "Inconsolata" :height 145 :weight 'normal)
    shareimprove this answer
    answered Nov 15 '11 at 19:34

    Joost Diepenmaat
    15.1k33147
        
    The value of :height is the font size in 1:10 pts. So for a 14.5 pt font, the value of :height should be 145. For a 13 pt font, the value of :height is 130, et cetera. – Steve HHH Jan 29 '15 at 17:56
    2017-09-19 Tags: , , by klotz
  4. 2018-03-13 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: font

About - Propulsed by SemanticScuttle