Update fonts!

And fix a little issue in the Zedpost.
This commit is contained in:
Jessica Canady 2024-08-25 13:20:06 -04:00
parent 0521795f18
commit bc483e6fde
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ
2 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,10 @@
@charset "UTF-8"; @charset "UTF-8";
@font-face {
font-family: "BerkeleyMono";
src: url("/fonts/BerkeleyMonoVariable-Regular.woff2") format("woff2");
}
.button-container { .button-container {
display: table; display: table;
margin-left: auto; margin-left: auto;
@ -205,7 +210,7 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: font-family:
Hack, BerkeleyMono,
DejaVu Sans Mono, DejaVu Sans Mono,
Monaco, Monaco,
Consolas, Consolas,
@ -327,7 +332,7 @@ figure figcaption.right {
code { code {
font-family: font-family:
Hack, BerkeleyMono,
DejaVu Sans Mono, DejaVu Sans Mono,
Monaco, Monaco,
Consolas, Consolas,
@ -342,7 +347,7 @@ code {
pre { pre {
font-family: font-family:
Hack, BerkeleyMono,
DejaVu Sans Mono, DejaVu Sans Mono,
Monaco, Monaco,
Consolas, Consolas,
@ -428,6 +433,7 @@ ol {
ul li, ul li,
ol li { ol li {
position: relative; position: relative;
margin-top: 0.5rem;
} }
@media (max-width: 683px) { @media (max-width: 683px) {
ul, ul,

View file

@ -11,7 +11,9 @@ tags = ["software", "review"]
![](/images/zed-screenshot.png) ![](/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: In no particular order: