[PR #1329] [MERGED] Remove get_fonts, Fix docker container console font selection #1327

Closed
opened 2026-02-04 19:37:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1329
Author: @notAreYouScared
Created: 5/2/2025
Status: Merged
Merged: 5/2/2025
Merged by: @notAreYouScared

Base: mainHead: charles/update-fonts


📝 Commits (5)

📊 Changes

5 files changed (+28 additions, -26 deletions)

View changed files

📝 Dockerfile.dev (+3 -2)
📝 app/Filament/Pages/Auth/EditProfile.php (+13 -2)
📝 app/helpers.php (+0 -14)
📝 resources/views/filament/components/server-console.blade.php (+12 -8)
storage/app/public/fonts/ComicMono.ttf (+0 -0)

📄 Description

This should fix Docker, It has to be changed as we use Alpine for Docker, which does not support GLOB_BRACE.

Also fixes the font folder not being properly linked due to its existence, changed console font to use CDN for ComicMono if no font exists, better than shipping the file :)

Should fix #1326


🔄 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/1329 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/update-fonts` --- ### 📝 Commits (5) - [`568d548`](https://github.com/pelican-dev/panel/commit/568d548a96444e96a45f1c0642ad8e03a8d0979b) Update `get_fonts` - [`9b75907`](https://github.com/pelican-dev/panel/commit/9b75907a748ec72c0af7abc49ab0b68b1f47b061) #2? - [`e81ec65`](https://github.com/pelican-dev/panel/commit/e81ec65d2752afed0844d4d790428bbc944f98bc) #3 - [`3418090`](https://github.com/pelican-dev/panel/commit/341809004ece554a462f6f170fc54bea273a1c19) FINAL BOSS FIGHT - [`4f9b455`](https://github.com/pelican-dev/panel/commit/4f9b4559895d820f6b495dfdd641ad3495c686a8) Update resources/views/filament/components/server-console.blade.php ### 📊 Changes **5 files changed** (+28 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.dev` (+3 -2) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+13 -2) 📝 `app/helpers.php` (+0 -14) 📝 `resources/views/filament/components/server-console.blade.php` (+12 -8) ➖ `storage/app/public/fonts/ComicMono.ttf` (+0 -0) </details> ### 📄 Description This should fix Docker, It has to be changed as we use Alpine for Docker, which does not support GLOB_BRACE. Also fixes the font folder not being properly linked due to its existence, changed console font to use CDN for ComicMono if no font exists, better than shipping the file :) Should fix #1326 --- <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-04 19:37:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1327