Fix default font setting
This commit is contained in:
@@ -30,9 +30,6 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* buttons inside of toolbar */
|
||||
.dokuwiki div.toolbar button.toolbutton {
|
||||
}
|
||||
/* picker popups (outside of .dokuwiki) */
|
||||
div.picker {
|
||||
width: 300px;
|
||||
|
||||
@@ -28,7 +28,7 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font: normal 100%/1 "Iosevka Aile Web", monospace;
|
||||
font-family: "Iosevka Aile Web", monospace;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user