preset css: executor lbl monospace -> DejaVu Sans Mono

This commit is contained in:
piotr 2022-05-08 15:11:35 +02:00
parent 413a84091d
commit 45324698ad
4 changed files with 8 additions and 8 deletions

View File

@ -52,13 +52,13 @@ button {
/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}
/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

View File

@ -48,12 +48,12 @@ button {
/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace
font-family: DejaVu Sans Mono
}
/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

View File

@ -49,13 +49,13 @@ button {
/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}
/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 16px
}

View File

@ -52,12 +52,12 @@ button {
/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace
font-family: DejaVu Sans Mono
}
/* and so does the Clock */
#clock {
font-family: monospace;
font-family: DejaVu Sans Mono;
font-size: 14px
}