diff options
author | Blendoit <blendoit@gmail.com> | 2021-05-21 15:56:18 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-05-21 15:56:18 -0700 |
commit | 783c3ba49bba89c94c0506278214ee49f60a289a (patch) | |
tree | f9c83b6395b894b81540a8f357fd26b9ec2b23a3 | |
parent | 4e33e6e5da364297a509c3073950e4ca50e22cf8 (diff) |
Revise font section.
-rw-r--r-- | smart-documents.org | 52 |
1 files changed, 32 insertions, 20 deletions
diff --git a/smart-documents.org b/smart-documents.org index cd7d99e..967ca46 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1665,40 +1665,52 @@ the cursor is a more MS Word-like bar. (setq-default cursor-type 'bar) #+END_SRC -*** Fonts +*** TODO Fonts -**** Currently used /chad fonts/: +Here are some fonts I discovered and enjoyed since I began learning +Emacs. + +**** Serif + +- Crimson Pro[fn::] :: ~variable-pitch~, + default body text font + - Inspired by Garamond +- Linux Libertine[fn::] :: ~variable-pitch~, + default body text font + - Inspired by Garamond + +**** Sans serif -- Hack[fn::https://sourcefoundry.org/hack/] :: ~default~ and - ~fixed-pitch~, default code font - - Legible, modern monospace font - - Strict, sharp, uncompromising - Public Sans[fn::https://public-sans.digital.gov/] :: ~variable-pitch~, default body text font - Very modern yet neutral - Designed for the U.S. government - Exceptional color on screen -- Hermit[fn::https://pcaro.es/p/hermit/] :: ~org-block~, anything - Org/meta in general - - Slightly wider than Hack - - More opinionated shapes - - Very legible parentheses, very useful for Emacs Lisp! -- Courier Prime[fn::https://quoteunquoteapps.com/courierprime/index.php] :: monospace - in print - Jost[fn::https://indestructibletype.com/Jost.html] :: ~org-document-title~ and ~org-level-1~ - Ultra-modern - Tasteful amount of geometric inspiration - -**** Previously used /virgin fonts/: - -- +Liberation Sans+[fn::https://en.wikipedia.org/wiki/Liberation_fonts] :: +~variable-pitch~+ +- Open Sans[fn::https://www.opensans.com/] :: ~variable-pitch~ + - Ooh geometric Bauhaus influences, look at me + - Tall leading height is =harmonious= +- Liberation Sans[fn::https://en.wikipedia.org/wiki/Liberation_fonts] :: +~variable-pitch~+ - Metrically compatible with /Arial/ (ugh) - Unoffensive, unambitious forms - Pretty angular letters, it's like you're trying to read squares -- +Open Sans+[fn::https://www.opensans.com/] :: +~variable-pitch~+ - - Ooh geometric Bauhaus influences, look at me - - Tall leading height is =h a r m o n i o u s= + +**** Monospace + +- Hack[fn::https://sourcefoundry.org/hack/] :: ~default~ and + ~fixed-pitch~, default code font + - Legible, modern monospace font + - Strict, sharp, uncompromising +- Hermit[fn::https://pcaro.es/p/hermit/] :: ~org-block~, anything + Org/meta in general + - Slightly wider than Hack + - More opinionated shapes + - Very legible parentheses, very useful for Emacs Lisp! +- Courier Prime[fn::https://quoteunquoteapps.com/courierprime/index.php] :: monospace + in print **** Using proportional fonts when needed |