From fe545d9d3003c7d0181d7b3d20f80fe5cb0f5716 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 17 Jun 2024 04:20:29 -0400 Subject: [PATCH] update: add noto cjk font, make sure cjk font works --- waybar/themes/meow-blur/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/themes/meow-blur/style.css b/waybar/themes/meow-blur/style.css index e44a1d7..c7d518b 100644 --- a/waybar/themes/meow-blur/style.css +++ b/waybar/themes/meow-blur/style.css @@ -20,7 +20,7 @@ * ----------------------------------------------------- */ * { - font-family: "Fira Code Nerd Font"; + font-family: "Fira Code Nerd Font", "Noto Sans CJK SC"; font-weight: 700; border: none; border-radius: 0px;