module(waybar): Use Source Han Serif as fallback font

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 46ef838dc6
commit 03a6b549a2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -142,7 +142,7 @@ in {
]; ];
style = '' style = ''
* { * {
font-family: Libertinus Serif, Maple Mono NF CN; font-family: Libertinus Serif, Source Han Serif;
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
} }