From bd27e50b518897c3f3fab94c7d621a88dcc096ff Mon Sep 17 00:00:00 2001 From: brandinio Date: Fri, 3 Jun 2022 00:06:14 +0100 Subject: [PATCH] Update font in lyrics-translation to match rest of UI (#1114) --- src/renderer/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/style.less b/src/renderer/style.less index 715750bd..f4a45f34 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -1751,7 +1751,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { .lyrics-translation { font-size: 1.6rem; font-weight: 450; - font-family: 'Inter', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans HK', 'Noto Sans KR', sans-serif; + font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; filter: contrast(0.5); }