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
This commit is contained in:
brandinio 2022-06-01 02:59:40 +01:00 committed by GitHub
parent 6d41cdb608
commit 64faedf635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1647,7 +1647,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
overflow-x: hidden; overflow-x: hidden;
display: flex; display: flex;
flex-flow: column; 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 { .lyric-body .no-lyrics {