Ensure all filemanager buttons explicitly use Noto font

This commit is contained in:
Johannes Zellner
2023-06-22 12:57:04 +02:00
parent 4fe055c3a8
commit a6f01b2455
+4
View File
@@ -40,3 +40,7 @@ a:hover, a:focus {
opacity: 0;
transform: scale(1.1);
}
.p-button {
font-family: Noto Sans !important;
}