Change default font for view.

This commit is contained in:
Paulo Gustavo Veiga 2022-11-20 07:46:02 -08:00
parent f6a8cbdf38
commit ac3f4bed31

View File

@ -3,7 +3,7 @@
/********************************************************************************/ /********************************************************************************/
body { body {
margin: 0; margin: 0;
font-family:Arial; font-family:Montserrat;
} }
div#mindplot { div#mindplot {