Skip to content

Commit b815163

Browse files
committed
non italic
1 parent afe6166 commit b815163

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
4444
- name: Prepare assets
4545
run: |
46-
wget https://font.download/dl/font/verdana.zip
47-
unzip verdana.zip -d quartz/redistless
46+
wget https://raw.githubusercontent.com/adrienverge/copr-some-nice-fonts/590400b0e1426d7b10bdda48ab565d3d2b144f5e/Verdana.ttf -o quartz/redistless/Verdana.ttf
4847
4948
- name: Build Quartz
5049
run: npx quartz build

quartz/util/og.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export async function fetchTtf(
7676
weight: FontWeight,
7777
): Promise<Buffer<ArrayBufferLike> | undefined> {
7878
if(rawFontName === "Verdana") {
79-
return await fs.readFile(path.join("quartz", "redistless", "VERDANAI.TTF"))
79+
return await fs.readFile(path.join("quartz", "redistless", "Verdana.ttf"))
8080
}
8181

8282
const fontName = rawFontName.replaceAll(" ", "+")

0 commit comments

Comments
 (0)