ensure that the translation is actually using Inter/Noto Sans JP (if applicable)

This commit is contained in:
cryptofyre 2022-01-02 17:53:16 -06:00
parent aa53cdcb04
commit 707dac3f24

View file

@ -1497,6 +1497,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.lyrics-translation { .lyrics-translation {
font-size: 1.6rem; font-size: 1.6rem;
font-weight: 400; font-weight: 400;
font-family: 'Inter', 'Noto Sans JP', sans-serif;
} }
@keyframes lyricWaitingLine { @keyframes lyricWaitingLine {