From 64c7262245e878534971a2e3a2630b614daf72f3 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:12:28 +0800 Subject: [PATCH] feat(ui): set `` font to 'Lato' --- _sass/addon/commons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 2735eb87e38..c6aa02fecfa 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -124,7 +124,7 @@ blockquote { } kbd { - font-family: inherit; + font-family: Lato, sans-serif; display: inline-block; vertical-align: middle; line-height: 1.3rem;