[PR #1213] [MERGED] Bundle only the variable font version of Inter #38028

Closed
opened 2026-04-23 11:10:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1213
Author: @j-f1
Created: 6/27/2023
Status: Merged
Merged: 6/28/2023
Merged by: @j-f1

Base: masterHead: jed/inter-var-only


📝 Commits (2)

  • 81389d9 Bundle only the variable font version of Inter
  • beab462 Add release note

📊 Changes

5 files changed (+33 additions, -3 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -0)
packages/desktop-client/src/fonts.scss (+2 -0)
📝 packages/desktop-client/src/index.tsx (+1 -1)
upcoming-release-notes/1213.md (+6 -0)
📝 yarn.lock (+23 -2)

📄 Description

Poorly optimized browsers may have downloaded the non-variable-font versions of Inter since the @font-face declarations were present (but unused).

This will make the deployed images significantly smaller, and also makes the size comments more accurate/helpful.


🔄 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/1213 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/28/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/inter-var-only` --- ### 📝 Commits (2) - [`81389d9`](https://github.com/actualbudget/actual/commit/81389d95d768bbf115ad45c99a8c53da8ec4904c) Bundle only the variable font version of Inter - [`beab462`](https://github.com/actualbudget/actual/commit/beab4627b0c2df756e130b11a938bd4e60a10526) Add release note ### 📊 Changes **5 files changed** (+33 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -0) ➕ `packages/desktop-client/src/fonts.scss` (+2 -0) 📝 `packages/desktop-client/src/index.tsx` (+1 -1) ➕ `upcoming-release-notes/1213.md` (+6 -0) 📝 `yarn.lock` (+23 -2) </details> ### 📄 Description Poorly optimized browsers may have downloaded the non-variable-font versions of Inter since the `@font-face` declarations were present (but unused). This will make the deployed images significantly smaller, and also makes the size comments more accurate/helpful. --- <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-23 11:10:21 -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#38028