[PR #1404] [MERGED] Fix missing font #1375

Closed
opened 2026-02-05 18:11:58 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1404
Author: @JoanFo1456
Created: 5/25/2025
Status: Merged
Merged: 6/8/2025
Merged by: @rmartinoscar

Base: mainHead: FixMissingFont


📝 Commits (7)

📊 Changes

2 files changed (+26 additions, -17 deletions)

View changed files

📝 app/Filament/Pages/Auth/EditProfile.php (+25 -16)
📝 resources/views/filament/components/server-console.blade.php (+1 -1)

📄 Description

With mristau we repaired that on browser console when loading EditProfile or server console would show that monospace.ttf doesn't exist.


🔄 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/pelican-dev/panel/pull/1404 **Author:** [@JoanFo1456](https://github.com/JoanFo1456) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 6/8/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `FixMissingFont` --- ### 📝 Commits (7) - [`4cd9058`](https://github.com/pelican-dev/panel/commit/4cd90580f12ee48a76660afea31aa3f674868875) Fix missing .ttf - [`8e96262`](https://github.com/pelican-dev/panel/commit/8e96262ea0e28bef7af4adfffdbd08f86b5c9a7e) Same for the console - [`f5f7820`](https://github.com/pelican-dev/panel/commit/f5f782097f35f8a422bd5bca4a8b61bf6a195256) Update EditProfile.php - [`cb8cb86`](https://github.com/pelican-dev/panel/commit/cb8cb8602234f0e8736b693ca535f7c8f52d41a7) wip - [`884f991`](https://github.com/pelican-dev/panel/commit/884f9918b942111d498782ee2c396e838e306769) Did suggested change - [`b3a8989`](https://github.com/pelican-dev/panel/commit/b3a89895d9fec55ccf5caa1de14e3318888e811a) Wrong style part... - [`ac157ac`](https://github.com/pelican-dev/panel/commit/ac157acbb197549d27e1d6db9de1d3c6ddd4d728) Use `Set` instead of `callable` ### 📊 Changes **2 files changed** (+26 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Pages/Auth/EditProfile.php` (+25 -16) 📝 `resources/views/filament/components/server-console.blade.php` (+1 -1) </details> ### 📄 Description With mristau we repaired that on browser console when loading EditProfile or server console would show that monospace.ttf doesn't exist. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:11:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1375