From bc483e6fdea4954af5ebce4434b2f81b1ad84e08 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Sun, 25 Aug 2024 13:20:06 -0400 Subject: [PATCH] Update fonts! And fix a little issue in the Zedpost. --- assets/css/style.css | 12 +++++++++--- priv/posts/blog/thoughts-on-zed.md | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) 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: