[PR #7477] [MERGED] Docs - fonts #49014

Closed
opened 2026-04-26 10:52:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7477
Author: @MikesGlitch
Created: 4/11/2026
Status: Merged
Merged: 4/12/2026
Merged by: @MikesGlitch

Base: masterHead: docs-fonts-match-app


📝 Commits (3)

  • 7203f14 making the docs fonts match the app fonts
  • ba12fbf Merge branch 'master' into docs-fonts-match-app
  • 27448fd quote the blink mac sys font

📊 Changes

3 files changed (+21 additions, -6 deletions)

View changed files

📝 packages/docs/src/css/custom.css (+16 -5)
📝 packages/docs/src/pages/index.jsx (+1 -1)
📝 packages/docs/src/pages/index.module.css (+4 -0)

📄 Description

Description

This is mostly an experiment - just to see what people think. Open for feedback.

I've changed the font to Docs font to Inter Variable so that it matches the font of the Actual app.

Before, we had a mix - some headings were Libre Baskerville and most of the text was system-ui.

Example with mixed

image

With this pr, everything is Inter Variable (same as Actual).

After
image

Testing

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7477 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 4/11/2026 **Status:** ✅ Merged **Merged:** 4/12/2026 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `docs-fonts-match-app` --- ### 📝 Commits (3) - [`7203f14`](https://github.com/actualbudget/actual/commit/7203f146ba15ed5ddbe42f50bcb246e81a36c476) making the docs fonts match the app fonts - [`ba12fbf`](https://github.com/actualbudget/actual/commit/ba12fbf91cc3f4bd6fbe15f452c99d07fd7ba47d) Merge branch 'master' into docs-fonts-match-app - [`27448fd`](https://github.com/actualbudget/actual/commit/27448fd255cf6271e9e85352804d115d9c06e8c0) quote the blink mac sys font ### 📊 Changes **3 files changed** (+21 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/docs/src/css/custom.css` (+16 -5) 📝 `packages/docs/src/pages/index.jsx` (+1 -1) 📝 `packages/docs/src/pages/index.module.css` (+4 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description This is mostly an experiment - just to see what people think. Open for feedback. I've changed the font to Docs font to Inter Variable so that it matches the font of the Actual app. Before, we had a mix - some headings were `Libre Baskerville` and most of the text was `system-ui`. **Example with mixed** <img width="698" height="347" alt="image" src="https://github.com/user-attachments/assets/ab0c80e2-2d92-4de0-8bb6-a09f82526324" /> With this pr, everything is `Inter Variable` (same as Actual). **After** <img width="698" height="347" alt="image" src="https://github.com/user-attachments/assets/5efba7e2-43f6-4b9e-9381-e104c7d4f6cf" /> <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> ## Checklist - [ ] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 10:52:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#49014