[PR #17592] [MERGED] Fixes #17511: Restore consistent font support for non-Latin characters #15132

Closed
opened 2025-12-30 00:20:11 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17592
Author: @jeremystretch
Created: 9/24/2024
Status: Merged
Merged: 9/26/2024
Merged by: @jeremystretch

Base: developHead: 16848-restore-inter-font


📝 Commits (1)

  • b7616c7 Fixes #17511: Restore consistent font support for non-Latin characters

📊 Changes

50 files changed (+11 additions, -12 deletions)

View changed files

netbox/project-static/dist/Inter-Black-7VL4YR6G.woff (+0 -0)
netbox/project-static/dist/Inter-Black-NU3KAVPI.woff2 (+0 -0)
netbox/project-static/dist/Inter-BlackItalic-4BVAVUVI.woff2 (+0 -0)
netbox/project-static/dist/Inter-BlackItalic-HJLUEYVW.woff (+0 -0)
netbox/project-static/dist/Inter-Bold-6AVOS7AV.woff2 (+0 -0)
netbox/project-static/dist/Inter-Bold-RTIBL5DO.woff (+0 -0)
netbox/project-static/dist/Inter-BoldItalic-AID2XGS3.woff2 (+0 -0)
netbox/project-static/dist/Inter-BoldItalic-UU7SOVRI.woff (+0 -0)
netbox/project-static/dist/Inter-ExtraBold-B5RSZK6R.woff (+0 -0)
netbox/project-static/dist/Inter-ExtraBold-VAPCTO5F.woff2 (+0 -0)
netbox/project-static/dist/Inter-ExtraBoldItalic-R7DLWYIK.woff (+0 -0)
netbox/project-static/dist/Inter-ExtraBoldItalic-W26CJYY7.woff2 (+0 -0)
netbox/project-static/dist/Inter-ExtraLight-A7NHN7KT.woff (+0 -0)
netbox/project-static/dist/Inter-ExtraLight-DVW3SATI.woff2 (+0 -0)
netbox/project-static/dist/Inter-ExtraLightItalic-KXZYPKOE.woff2 (+0 -0)
netbox/project-static/dist/Inter-ExtraLightItalic-SKGXKLLA.woff (+0 -0)
netbox/project-static/dist/Inter-Italic-GHDVOOKA.woff (+0 -0)
netbox/project-static/dist/Inter-Italic-RW2ZALTO.woff2 (+0 -0)
netbox/project-static/dist/Inter-Light-ARG5Y6MT.woff (+0 -0)
netbox/project-static/dist/Inter-Light-XBRUIIRZ.woff2 (+0 -0)

...and 30 more files

📄 Description

Fixes: #17511

Restore the Inter font from v4.0 (essentially reverting PR #16848) to ensure consistent support for both Latin and non-Latin characters.


🔄 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/netbox-community/netbox/pull/17592 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/26/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16848-restore-inter-font` --- ### 📝 Commits (1) - [`b7616c7`](https://github.com/netbox-community/netbox/commit/b7616c7de75fb79c8192cdf0845e3a69ab33b67d) Fixes #17511: Restore consistent font support for non-Latin characters ### 📊 Changes **50 files changed** (+11 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `netbox/project-static/dist/Inter-Black-7VL4YR6G.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-Black-NU3KAVPI.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-BlackItalic-4BVAVUVI.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-BlackItalic-HJLUEYVW.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-Bold-6AVOS7AV.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-Bold-RTIBL5DO.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-BoldItalic-AID2XGS3.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-BoldItalic-UU7SOVRI.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraBold-B5RSZK6R.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraBold-VAPCTO5F.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraBoldItalic-R7DLWYIK.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraBoldItalic-W26CJYY7.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraLight-A7NHN7KT.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraLight-DVW3SATI.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraLightItalic-KXZYPKOE.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-ExtraLightItalic-SKGXKLLA.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-Italic-GHDVOOKA.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-Italic-RW2ZALTO.woff2` (+0 -0) ➕ `netbox/project-static/dist/Inter-Light-ARG5Y6MT.woff` (+0 -0) ➕ `netbox/project-static/dist/Inter-Light-XBRUIIRZ.woff2` (+0 -0) _...and 30 more files_ </details> ### 📄 Description ### Fixes: #17511 Restore the Inter font from v4.0 (essentially reverting PR #16848) to ensure consistent support for both Latin and non-Latin characters. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:20:11 +01:00
adam closed this issue 2025-12-30 00:20:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15132