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:
parent
6d41cdb608
commit
64faedf635
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue