feat(fonts): use apercu mono for monospace

This commit is contained in:
Barrett Ruth 2026-01-30 16:21:54 -05:00
parent 237a2033c2
commit b200724902
9 changed files with 17 additions and 16 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -111,34 +111,35 @@
}
@font-face {
font-family: "Apercu Mono";
src: url("/fonts/apercu-mono/ApercuMonoProLight.ttf") format("truetype");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Apercu Mono";
src: url("/fonts/apercu-mono/ApercuMonoProRegular.ttf") format("truetype");
font-family: "Berkeley Mono";
src: url("/fonts/berkeley-mono/BerkeleyMono-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Apercu Mono";
src: url("/fonts/apercu-mono/ApercuMonoProMedium.ttf") format("truetype");
font-weight: 500;
font-family: "Berkeley Mono";
src: url("/fonts/berkeley-mono/BerkeleyMono-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Apercu Mono";
src: url("/fonts/apercu-mono/ApercuMonoProBold.ttf") format("truetype");
font-family: "Berkeley Mono";
src: url("/fonts/berkeley-mono/BerkeleyMono-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Berkeley Mono";
src: url("/fonts/berkeley-mono/BerkeleyMono-BoldItalic.ttf")
format("truetype");
font-weight: 700;
font-style: normal;
font-style: italic;
font-display: swap;
}