posts-go/docs/2023-03-30-fonts.html

526 lines
16 KiB
HTML
Raw Permalink Normal View History

2023-07-18 18:38:30 +00:00
<!doctype html>
2023-03-31 10:24:36 +00:00
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.1/github-markdown.min.css"
2023-03-31 10:24:36 +00:00
/>
<title>haunt98 posts</title>
2023-03-31 10:24:36 +00:00
</head>
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
2024-03-01 10:11:20 +00:00
font-family:
Shantell Sans Normal,
Rec Mono Casual,
SF Pro,
Inter,
sans-serif;
font-weight: 500;
}
.markdown-body pre {
font-family:
Berkeley Mono,
IBM Plex Mono,
SF Mono,
Jetbrains Mono,
monospace;
2023-03-31 10:24:36 +00:00
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
<body class="markdown-body">
2023-08-09 07:22:58 +00:00
<h2>
<a href="index.html"><code>~</code></a>
</h2>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h1 class="heading-element">Fonts</h1>
2023-11-19 15:59:21 +00:00
<a
id="user-content-fonts"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Fonts"
2023-11-19 15:59:21 +00:00
href="#fonts"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-03-31 10:24:36 +00:00
<p>
I always want the best fonts for my terminal, my text editor, my ... But
2023-04-01 07:49:05 +00:00
I'm not satisfied easily, so I keep trying new fonts. Prefer free fonts of
course :D
2023-03-31 10:24:36 +00:00
</p>
<p>TLDR:</p>
2023-06-28 12:14:23 +00:00
<p>
2023-08-06 10:16:18 +00:00
On macOS, use
2023-06-28 12:14:23 +00:00
<a href="https://developer.apple.com/fonts/" rel="nofollow"
>San Francisco</a
>
2023-06-29 07:24:26 +00:00
for everything. Remember each time macOS release new version/new update,
you should download again to get (maybe) latest version.
2023-06-28 12:14:23 +00:00
</p>
<p>Otherwise:</p>
2023-03-31 10:24:36 +00:00
<ul>
<li>
Use
<a href="https://github.com/JetBrains/JetBrainsMono">JetBrains Mono</a>
for code.
</li>
<li>
2024-01-10 04:22:27 +00:00
Use <a href="https://github.com/rsms/inter">Inter</a> for display.
2023-03-31 10:24:36 +00:00
</li>
</ul>
2024-01-06 17:10:25 +00:00
<p>Always choose <strong>OTF</strong> over <strong>TTF</strong> format.</p>
<p>My standard for choosing fonts:</p>
<ul>
<li>Support Vietnamese</li>
<li>Support bold, italic</li>
<li>Support ligatures</li>
<li>Has dotted zero</li>
</ul>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/JetBrains/JetBrainsMono">JetBrains Mono</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-jetbrains-mono"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: JetBrains Mono"
2023-11-19 15:59:21 +00:00
href="#jetbrains-mono"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-08-06 10:16:18 +00:00
<p>JetBrains branding font.</p>
<p>Match my standard.</p>
2023-08-09 06:40:01 +00:00
<p>
2023-08-09 07:52:57 +00:00
Ligatures I prefer: <code>ss02</code>, <code>cv04</code>,
<code>cv16</code>, <code>cv18</code>, <code>cv19</code>,
2023-08-09 06:40:01 +00:00
<code>cv20</code>.
</p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/be5invis/Iosevka">Iosevka</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-iosevka"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Iosevka"
2023-11-19 15:59:21 +00:00
href="#iosevka"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-10-06 05:32:18 +00:00
<p>I often choose SS08 variant because I also love PragmataPro too.</p>
<p>Match my standard. Also:</p>
2023-03-31 10:24:36 +00:00
<ul>
2023-08-08 07:30:26 +00:00
<li>Has display font</li>
2023-03-31 10:24:36 +00:00
</ul>
2023-05-30 18:20:41 +00:00
<p>
Font is narrow, can display much more on small screen. But too much
config/variant for ligatures scares me.
</p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/arrowtype/recursive">Recursive</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-recursive"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Recursive"
2023-11-19 15:59:21 +00:00
href="#recursive"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-03-31 10:24:36 +00:00
<p>I often choose Casual variant.</p>
<p>Match my standard. Also:</p>
2023-03-31 10:24:36 +00:00
<ul>
2023-08-08 07:30:26 +00:00
<li>Has display font</li>
2023-03-31 10:24:36 +00:00
</ul>
2023-08-10 19:18:41 +00:00
<p>Ligatures I prefer: <code>ss10</code>, <code>ss12</code>.</p>
2023-04-01 07:23:13 +00:00
<p>Looks good on my phone.</p>
2024-01-06 17:10:25 +00:00
<ul>
<li>
<a href="https://www.recursive.design/process/" rel="nofollow"
>Designing Recursive</a
>
</li>
</ul>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/blobject/agave">agave</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-agave"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: agave"
2023-11-19 15:59:21 +00:00
href="#agave"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
<p>Does not match my standard:</p>
2023-03-31 10:24:36 +00:00
<ul>
<li>No Vietnamese</li>
<li>No italic</li>
<li>No ligatures</li>
</ul>
<p>
Font is small, can display much more on small screen. I like its curved
look.
</p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/jenskutilek/sudo-font">Sudo</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-sudo"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Sudo"
2023-11-19 15:59:21 +00:00
href="#sudo"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-08-06 10:16:18 +00:00
<p>Small fonts, saving space.</p>
<p>Does not match my standard:</p>
2023-03-31 10:24:36 +00:00
<ul>
<li>No ligatures</li>
</ul>
<p>But:</p>
<ul>
2023-08-08 07:30:26 +00:00
<li>Has display font</li>
2023-03-31 10:24:36 +00:00
</ul>
<p>
2023-08-06 10:16:18 +00:00
Unique to me. Strange <code>#</code>, looks same as <code>4</code> (I
don't like it for now).
2023-03-31 10:24:36 +00:00
</p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/belluzj/fantasque-sans"
>Fantasque Sans Mono</a
>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-fantasque-sans-mono"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Fantasque Sans Mono"
2023-11-19 15:59:21 +00:00
href="#fantasque-sans-mono"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-10-10 07:45:52 +00:00
<p>Comic vibe. Look smoothly and too much curve.</p>
<p>Does not match my standard:</p>
2023-10-10 07:45:52 +00:00
<ul>
<li>No Vietnamese</li>
<li>No dotted zero</li>
2023-10-10 07:45:52 +00:00
</ul>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://apl385.com/fonts/index.htm" rel="nofollow">APL-385</a>
and <a href="https://github.com/abrudz/APL386">APL386</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-apl-385-and-apl386"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: APL-385 and APL386"
2023-11-19 15:59:21 +00:00
href="#apl-385-and-apl386"
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
2024-02-29 12:29:26 +00:00
</div>
<p>Does not match my standard:</p>
2023-10-10 07:45:52 +00:00
<ul>
<li>No Vietnamese</li>
<li>No bold, italic</li>
<li>No ligatures (APL-385 not APL386)</li>
<li>No dotted zero</li>
</ul>
<p>But:</p>
<ul>
2023-10-10 07:45:52 +00:00
<li>Has display font (APL333)</li>
</ul>
<p>I love its wide look, also it's feel nostalgic.</p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/IBM/plex">IBM Plex</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-ibm-plex"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: IBM Plex"
2023-11-19 15:59:21 +00:00
href="#ibm-plex"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-09-24 18:20:31 +00:00
<p>
IBM branding font, good alternative for Inter, has both monospace and
display variant.
</p>
<p>Does not match my standard:</p>
2023-09-24 18:20:31 +00:00
<ul>
<li>No ligatures</li>
</ul>
<p>But:</p>
<ul>
2023-09-24 18:20:31 +00:00
<li>Has display font</li>
</ul>
<p>Looks fancy. Strange <code>#</code>.</p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/pcaro90/hermit">Hermit</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-hermit"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Hermit"
2023-11-19 15:59:21 +00:00
href="#hermit"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
<p>Does not match my standard:</p>
2023-09-24 18:20:31 +00:00
<ul>
<li>No Vietnamese</li>
<li>No ligatures</li>
<li>No dotted zero</li>
2023-09-24 18:20:31 +00:00
</ul>
<p>Looks unique to me, with some sharp look.</p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
<a href="https://github.com/ryanoasis/nerd-fonts">Nerd Fonts</a>
</h2>
2023-11-19 15:59:21 +00:00
<a
id="user-content-nerd-fonts"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Nerd Fonts"
2023-11-19 15:59:21 +00:00
href="#nerd-fonts"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-10-29 13:41:29 +00:00
<p>For fancy terminal, only need <code>NerdFontsSymbolsOnly</code></p>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">
Murr fonts, but I don't use much now (some fonts I already try in the
past)
</h2>
2023-03-31 10:24:36 +00:00
<a
2023-11-19 15:59:21 +00:00
id="user-content-murr-fonts-but-i-dont-use-much-now-some-fonts-i-already-try-in-the-past"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Murr fonts, but I don't use much now (some fonts I already try in the past)"
2023-08-06 10:16:18 +00:00
href="#murr-fonts-but-i-dont-use-much-now-some-fonts-i-already-try-in-the-past"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-03-31 10:24:36 +00:00
<ul>
<li>
2024-04-19 17:27:48 +00:00
<a href="https://github.com/tonsky/FiraCode">Fira Code</a>: legend, best
2023-03-31 10:24:36 +00:00
ligatures.
</li>
2024-04-19 17:27:48 +00:00
<li>
<a href="https://input.djr.com/" rel="nofollow">Input</a>: legend.
</li>
<li>
<a href="https://github.com/larsenwork/monoid">Monoid</a>: legend.
</li>
2023-05-30 18:20:41 +00:00
<li>
<a href="https://github.com/madmalik/mononoki">mononoki</a>: share same
vibe with agave.
</li>
2023-08-06 09:56:20 +00:00
<li>
<a href="https://design.ubuntu.com/font" rel="nofollow"
>Ubuntu Monospace</a
2023-08-06 10:16:18 +00:00
>: nostalogic to me since first Linux distro I use is Ubuntu.
</li>
2023-08-06 09:56:20 +00:00
<li>
2023-08-06 10:16:18 +00:00
<a href="https://github.com/coz-m/MPLUS_FONTS">M+</a>: Japanese
aesthetic.
2023-08-06 09:56:20 +00:00
</li>
2024-01-05 03:00:38 +00:00
<li>
<a href="https://github.com/evilmartians/mono">Martian Mono</a>: wide
font with bold, strong look.
</li>
2024-02-19 13:20:59 +00:00
<li>
<a href="https://github.com/0xType/0xProto">0xProto</a>: found it on
2024-04-19 17:27:48 +00:00
Instagram, kinda wish it has dotted zero.
2024-02-19 13:20:59 +00:00
</li>
<li>
<a href="https://github.com/eigilnikolajsen/commit-mono">Commit Mono</a
>: claim to be true netral font. Also I love the website.
</li>
<li>
<a href="https://github.com/rubjo/victor-mono">Victor Mono</a>: love
2024-04-19 17:27:48 +00:00
regular italic, not bold.
2024-02-19 13:20:59 +00:00
</li>
<li>
2024-04-16 10:15:19 +00:00
<a href="https://github.com/subframe7536/maple-font">Maple Font</a>:
2024-04-19 17:27:48 +00:00
JetBrainsMono and other fonts look alike.
2024-04-16 10:15:19 +00:00
</li>
<li>
<a href="https://github.com/mishamyrt/Lilex">Lilex</a>: less curve,
2024-04-19 17:27:48 +00:00
rectangle like, inspiration from IBM Plex Mono.
2024-04-16 10:15:19 +00:00
</li>
<li>
<a href="https://github.com/cormullion/juliamono">JuliaMono</a>:
JetBrainsMono look alike.
2024-02-19 13:20:59 +00:00
</li>
2024-03-22 16:17:26 +00:00
<li>
<a href="https://github.com/microsoft/cascadia-code">Cascadia Code</a>:
Microsoft branding font.
</li>
<li>
<a href="https://github.com/intel/intel-one-mono">Intel One Mono</a>:
latest Intel branding font.
</li>
<li>
<a href="https://github.com/githubnext/monaspace">Monaspace</a>: new
GitHub fonts with Texture Healing.
</li>
<li>
<a href="https://github.com/iaolo/iA-Fonts">iA-Fonts</a>: Notion mono
font.
</li>
2023-09-24 18:34:05 +00:00
</ul>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h3 class="heading-element">Bitmap/Oldschool</h3>
2023-11-19 15:59:21 +00:00
<a
id="user-content-bitmapoldschool"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Bitmap/Oldschool"
2023-11-19 15:59:21 +00:00
href="#bitmapoldschool"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-09-24 18:34:05 +00:00
<ul>
2023-08-06 09:56:20 +00:00
<li>
2023-09-24 18:34:05 +00:00
<a href="https://terminus-font.sourceforge.net/" rel="nofollow"
>Terminus</a
>: super old, super legend font.
2023-08-06 09:56:20 +00:00
</li>
2023-08-06 10:18:53 +00:00
<li>
2023-09-24 18:34:05 +00:00
<a href="https://github.com/rbanffy/3270font">3270font</a>: nostalogic.
2023-08-06 10:18:53 +00:00
</li>
2023-08-08 07:30:26 +00:00
<li>
2023-09-24 18:34:05 +00:00
<a href="https://github.com/slavfox/Cozette">Cozette</a>: feel 8-bit
vibe, mono to death. But sometimes it's hard to read. Bitmap fonts is
hard to install too.
2023-08-08 07:30:26 +00:00
</li>
2023-09-07 08:57:09 +00:00
<li>
<a href="https://int10h.org/oldschool-pc-fonts/" rel="nofollow"
>The Ultimate Oldschool PC Font Pack</a
2023-12-20 18:43:15 +00:00
>
with
<a
href="https://int10h.org/blog/2020/12/more-font-updates-oldschool-pack-flexi-vga/"
rel="nofollow"
>Flexi IBM VGA</a
>: old school.
2024-01-07 08:01:10 +00:00
</li>
<li>
<a href="https://style64.org/c64-truetype" rel="nofollow">C64</a>:
Commodore 64 font.
</li>
<li>
<a href="https://github.com/kika/fixedsys">Fixedsys Excelsior</a>: old
DOS vibe.
2023-09-07 08:57:09 +00:00
</li>
2024-01-12 19:22:57 +00:00
<li>
<a
href="http://www.kreativekorp.com/software/fonts/fairfaxhd/"
rel="nofollow"
>Fairfax HD</a
>: bitmap vibe but support vector.
</li>
2023-09-24 18:34:05 +00:00
</ul>
2024-02-29 12:29:26 +00:00
<div class="markdown-heading">
<h3 class="heading-element">Only display</h3>
2023-11-19 15:59:21 +00:00
<a
id="user-content-only-display"
2024-03-08 08:12:41 +00:00
class="anchor"
2024-02-29 12:29:26 +00:00
aria-label="Permalink: Only display"
2023-11-19 15:59:21 +00:00
href="#only-display"
2024-02-29 12:29:26 +00:00
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
2023-09-24 18:34:05 +00:00
<ul>
2023-09-23 18:21:14 +00:00
<li>
2023-09-24 18:34:05 +00:00
<a href="https://github.com/intel/clear-sans">Clear Sans</a>: used to be
Intel branding font.
</li>
<li>
<a href="https://brailleinstitute.org/freefont" rel="nofollow"
>Atkinson Hyperlegible</a
>: for reading ebook.
</li>
2024-01-06 17:10:25 +00:00
<li>
<a href="https://github.com/arrowtype/shantell-sans">Shantell Sans</a>:
2024-03-22 16:17:26 +00:00
another Comic vibe.
2024-01-06 17:10:25 +00:00
<ul>
<li>
<a href="https://shantellsans.com/process" rel="nofollow"
>The Story of Shantell Sans</a
>
</li>
</ul>
</li>
2024-04-30 08:42:53 +00:00
<li>
<a href="https://github.com/0xType/0xPropo">0xPropo</a>: same as 0xProto
but for display.
</li>
2023-09-24 18:34:05 +00:00
</ul>
2023-08-06 09:56:20 +00:00
<p>
2023-08-06 10:16:18 +00:00
<strong>Costing money</strong> fonts, but I like them too much, will
probably buy it if I have money:
2023-08-06 09:56:20 +00:00
</p>
2023-05-30 18:20:41 +00:00
<ul>
<li>
<a href="https://fsd.it/shop/fonts/pragmatapro/" rel="nofollow"
>PragmataPro</a
>
</li>
<li>
<a
href="https://berkeleygraphics.com/typefaces/berkeley-mono/"
rel="nofollow"
>Berkeley Mono Typeface</a
2023-03-31 10:24:36 +00:00
>
</li>
2024-03-27 07:11:49 +00:00
<li><a href="https://www.monolisa.dev/" rel="nofollow">MonoLisa</a></li>
2024-04-20 16:38:27 +00:00
<li>
<a href="https://connary.com/cartograph.html" rel="nofollow"
>Cartograph</a
>
</li>
2023-03-31 10:24:36 +00:00
</ul>
2024-03-22 16:17:26 +00:00
<div class="markdown-heading">
<h2 class="heading-element">Tools</h2>
<a
id="user-content-tools"
class="anchor"
aria-label="Permalink: Tools"
href="#tools"
><span aria-hidden="true" class="octicon octicon-link"></span
></a>
</div>
<ul>
<li><a href="https://github.com/fontforge/fontforge">FontForge</a></li>
<li><a href="https://github.com/rosettatype/hyperglot">Hyperglot</a></li>
</ul>
2023-03-31 10:24:36 +00:00
<div>
Feel free to ask me via
<a href="mailto:hauvipapro+posts@gmail.com">email</a> or
2023-08-20 17:29:13 +00:00
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>.
<br />Source code is available on
2023-03-31 10:24:36 +00:00
<a href="https://github.com/haunt98/posts-go">GitHub</a>
2023-08-20 17:29:13 +00:00
<a href="https://codeberg.org/yoshie/posts-go">Codeberg</a>
<a href="https://git.sr.ht/~youngyoshie/posts-go">sourcehut</a>
<a href="https://gitea.treehouse.systems/yoshie/posts-go">Treehouse</a>
<a href="https://gitlab.com/youngyoshie/posts-go">GitLab</a>
2023-03-31 10:24:36 +00:00
</div>
</body>
</html>