[GH-ISSUE #3220] Customize interface font support / 界面字体自定义支持 #2153

Closed
opened 2026-02-27 00:06:18 +03:00 by kerem · 2 comments
Owner

Originally created by @liumingedwin on GitHub (Dec 31, 2023).
Original GitHub issue: https://github.com/electerm/electerm/issues/3220

What feature you'd like to see or proposal(期望什么新功能/特性或者建议)

Hello! I have already changed my GNOME font by gnome-tweaks and customize my electerm terminal with "Source Code Pro". However, the electerm interface font is isolated with the system. Could I change the font of electerm interface? Thanks.
我认为使界面字体易于更改很必要,是否能更进? 谢谢!

Originally created by @liumingedwin on GitHub (Dec 31, 2023). Original GitHub issue: https://github.com/electerm/electerm/issues/3220 ### What feature you'd like to see or proposal(期望什么新功能/特性或者建议) Hello! I have already changed my `GNOME` font by `gnome-tweaks` and customize my `electerm` terminal with `"Source Code Pro"`. However, the `electerm` interface font is isolated with the system. Could I change the font of `electerm` interface? Thanks. 我认为使界面字体易于更改很必要,是否能更进? 谢谢!
kerem closed this issue 2026-02-27 00:06:18 +03:00
Author
Owner

@zxdong262 commented on GitHub (Dec 31, 2023):

Could try the custom css in setting page add something like 可以试试设置里的自定义css:

body {
  font-family: Fira Code;
}
<!-- gh-comment-id:1872920598 --> @zxdong262 commented on GitHub (Dec 31, 2023): Could try the custom css in setting page add something like 可以试试设置里的自定义css: ```css body { font-family: Fira Code; } ```
Author
Owner

@liumingedwin commented on GitHub (Jan 13, 2024):

谢谢!

<!-- gh-comment-id:1890462375 --> @liumingedwin commented on GitHub (Jan 13, 2024): 谢谢!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#2153
No description provided.