feat(zellij): web-client font — VictorMono Nerd Font
Forces the web pilot to VictorMono NF for ligatures. Resolves against the client device's installed fonts (no @font-face serving like the ttyd seat), so each device needs the font installed locally.
This commit is contained in:
@@ -584,3 +584,10 @@ show_startup_tips false
|
|||||||
// Default: true
|
// Default: true
|
||||||
//
|
//
|
||||||
// show_release_notes false
|
// show_release_notes false
|
||||||
|
|
||||||
|
// Web-client (zellij web pilot) — force VictorMono Nerd Font for ligatures.
|
||||||
|
// NOTE: resolves against the CLIENT device's installed fonts (no @font-face
|
||||||
|
// serving like the ttyd seat); each device needs the font installed.
|
||||||
|
web_client {
|
||||||
|
font "VictorMono Nerd Font"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user