Update font in lyrics-translation to match rest of UI (#1114)

This commit is contained in:
brandinio 2022-06-03 00:06:14 +01:00 committed by GitHub
parent bfc816ae07
commit bd27e50b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}