Add NotoSans Font Fallback to display Symbols

This commit is contained in:
NetroScript
2024-03-16 00:04:48 +01:00
parent 16e3e4023f
commit bf02e68d0a
8 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ div#extras_scale_to_tab div.form{ flex-direction: row; }
/* fullpage image viewer */
#lightboxModal{ display: none; position: fixed; z-index: 1001; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(20, 20, 20, 0.75); backdrop-filter: blur(6px);
user-select: none; -webkit-user-select: none; flex-direction: row; }
user-select: none; -webkit-user-select: none; flex-direction: row; font-family: 'NotoSans';}
.modalControls { display: flex; justify-content: space-evenly; background-color: transparent; position: absolute; width: 99%; z-index: 1; }
.modalControls:hover { background-color: #50505050; }
.modalControls span { color: white; font-size: 2em !important; font-weight: bold; cursor: pointer; filter: grayscale(100%); }