Skip to content

Use system font stack instead of custom fonts#1697

Open
noahkhomer18 wants to merge 1 commit into
TecharoHQ:mainfrom
noahkhomer18:use-system-font
Open

Use system font stack instead of custom fonts#1697
noahkhomer18 wants to merge 1 commit into
TecharoHQ:mainfrom
noahkhomer18:use-system-font

Conversation

@noahkhomer18

Copy link
Copy Markdown

Closes #142

Replaces the custom hardcoded fonts (Geist, Podkova, Iosevka Curly)
with the standard system font stack for better performance and a
more native feel across platforms.

- Replace --body-sans-font with system sans-serif stack
- Replace --body-preformatted-font with system monospace stack
- Replace --body-title-font with system sans-serif stack
- Remove @font-face declarations for custom fonts
- Remove unused podkova.css

Closes TecharoHQ#142
@Xe

Xe commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

The custom fonts are there for a reason: it makes the page bigger which makes some scrapers think the Anubis challenge page is the content they want.

@noahkhomer18

Copy link
Copy Markdown
Author

Ah, that makes sense — the oversized fonts trick scrapers into thinking the challenge page is real content. Good to know! Closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use system font instead of custom one

2 participants