From 64faedf6359c8c3e2b9089faef068b7265431334 Mon Sep 17 00:00:00 2001 From: brandinio Date: Wed, 1 Jun 2022 02:59:40 +0100 Subject: [PATCH] Fix font in lyrics window (#1099) * Added basic/advanced volume control tooltip Basic volume control tooltip will be in a percentage. Advanced volume control will be in dBFS * Change font-family for lyric-body to match the rest of the UI --- 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 cfbf0da3..cd591745 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -1647,7 +1647,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb { overflow-x: hidden; display: flex; flex-flow: column; - font-family: 'Inter', 'Noto Sans JP', 'Source Han Sans SC', 'Source Han Sans HK', '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; } .lyric-body .no-lyrics {