diff --git a/assets/css/style.css b/assets/css/style.css index 3792ea0..f83e53a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,5 +1,10 @@ @charset "UTF-8"; +@font-face { + font-family: "BerkeleyMono"; + src: url("/fonts/BerkeleyMonoVariable-Regular.woff2") format("woff2"); +} + .button-container { display: table; margin-left: auto; @@ -205,7 +210,7 @@ body { margin: 0; padding: 0; font-family: - Hack, + BerkeleyMono, DejaVu Sans Mono, Monaco, Consolas, @@ -327,7 +332,7 @@ figure figcaption.right { code { font-family: - Hack, + BerkeleyMono, DejaVu Sans Mono, Monaco, Consolas, @@ -342,7 +347,7 @@ code { pre { font-family: - Hack, + BerkeleyMono, DejaVu Sans Mono, Monaco, Consolas, @@ -428,6 +433,7 @@ ol { ul li, ol li { position: relative; + margin-top: 0.5rem; } @media (max-width: 683px) { ul, diff --git a/priv/posts/blog/thoughts-on-zed.md b/priv/posts/blog/thoughts-on-zed.md index 1f9e344..d0c6dad 100644 --- a/priv/posts/blog/thoughts-on-zed.md +++ b/priv/posts/blog/thoughts-on-zed.md @@ -11,7 +11,9 @@ tags = ["software", "review"] ![](/images/zed-screenshot.png) -I've been using [Zed](https://zed.dev) a bit, and as a software developer on the internet, I have *thoughts.* I'm using it to write Elixir/Phoenix, HTML/CSS, and some Markdown, and it's trying to take the place of the venerable Emacs (running [DOOM](https://github.com/doomemacs/doomemacs). +I've been using [Zed](https://zed.dev) a bit, and as a software developer on the internet, I have *thoughts.* + +I'm using it to write Elixir/Phoenix, HTML/CSS, and some Markdown, and it's trying to take the place of the venerable Emacs (running [DOOM](https://github.com/doomemacs/doomemacs)). In no particular order: