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:
parent
af10b0c5e4
commit
1a101443a7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue