use arial font
This commit is contained in:
parent
19ff2687b5
commit
3a68ca34ca
|
@ -466,6 +466,9 @@
|
|||
});
|
||||
</script>
|
||||
<style type="text/css">
|
||||
body{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.configForm {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
@ -638,7 +641,7 @@ div#dashboardPage {
|
|||
background-color: lightgray;
|
||||
}
|
||||
.dashValue{
|
||||
font-size: 1.8em;
|
||||
font-size: 1.6em;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue