Fix default font setting

This commit is contained in:
2026-01-30 17:15:33 +01:00
parent 1693e34329
commit 234a81b4de
2 changed files with 1 additions and 4 deletions

View File

@@ -30,9 +30,6 @@
float: right; float: right;
} }
/* buttons inside of toolbar */
.dokuwiki div.toolbar button.toolbutton {
}
/* picker popups (outside of .dokuwiki) */ /* picker popups (outside of .dokuwiki) */
div.picker { div.picker {
width: 300px; width: 300px;

View File

@@ -28,7 +28,7 @@ body {
padding: 0; padding: 0;
} }
body { body {
font: normal 100%/1 "Iosevka Aile Web", monospace; font-family: "Iosevka Aile Web", monospace;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
} }