firmware wip - change default font
This commit is contained in:
parent
b1da645027
commit
1e9ab6e2e7
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ const char HTMLheaderP2[] PROGMEM = R"EOF(
|
|||
body {
|
||||
color: #cae0d0;
|
||||
background-color: #1d211e;
|
||||
font-family: helvetica;
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.center {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* CanGrow_Version.h gets generated from cangrow.sh */
|
||||
|
||||
const char* CanGrowVer = "0.1-dev";
|
||||
const char* CanGrowBuild = "728489a";
|
||||
const char* CanGrowBuild = "b1da645";
|
||||
|
||||
|
|
Loading…
Reference in a new issue