Set font family on root element

This is a very global setting, so let's put it on the top node for
clarity.
This commit is contained in:
Pierre Ossman 2022-09-23 13:58:50 +02:00
parent af10b0c5e4
commit 1a101443a7
1 changed files with 4 additions and 1 deletions

View File

@ -31,10 +31,13 @@
* noVNC_disconnecting: Disconnecting from server
*/
:root {
font-family: Helvetica;
}
body {
margin:0;
padding:0;
font-family: Helvetica;
/*Background image with light grey curve.*/
background-color:#494949;
background-repeat:no-repeat;