Fixed the fonts in the viewer UI language selector

This commit is contained in:
Veloman Yunkan
2023-10-15 16:18:00 +04:00
parent 22b55d36c6
commit f9be9f98ce
2 changed files with 13 additions and 2 deletions

View File

@ -194,6 +194,7 @@ a.suggest, a.suggest:visited, a.suggest:hover, a.suggest:active {
}
#uiLanguageSelector .modal-content #ui_language {
font-size: 1rem;
width: 100%;
}
@ -255,3 +256,13 @@ a.suggest, a.suggest:visited, a.suggest:hover, a.suggest:active {
width: 80%;
}
}
@font-face {
font-family: "poppins";
src: url("../skin/fonts/Poppins.ttf?KIWIXCACHEID") format("truetype");
}
@font-face {
font-family: "roboto";
src: url("../skin/fonts/Roboto.ttf?KIWIXCACHEID") format("truetype");
}