diff --git a/plotly_maker/html_parts.cpp b/plotly_maker/html_parts.cpp index ec808b4..d242eb6 100644 --- a/plotly_maker/html_parts.cpp +++ b/plotly_maker/html_parts.cpp @@ -140,10 +140,12 @@ margin-left:2%; margin-top:5%; color:#34495E; font-size: 40px; +font-family:calibri } .worry_text{ color:#3498DB; font-size: 40px; +font-family:calibri } .link_style{ @@ -151,6 +153,7 @@ padding-top:2%; padding-left:2%; color:#34495E; font-size: 40px; +font-family:calibri } .email_style{ @@ -158,6 +161,7 @@ padding-top:6%; padding-left:35%; color:#34495E; font-size: 40px; +font-family:calibri } @@ -244,7 +248,7 @@ or
-For all questions contact us at +For any questions please contact
devtools.public@gmail.com
diff --git a/plotly_maker/plotly_maker.cpp b/plotly_maker/plotly_maker.cpp index 2a8c7e2..2738caf 100644 --- a/plotly_maker/plotly_maker.cpp +++ b/plotly_maker/plotly_maker.cpp @@ -241,7 +241,6 @@ bool showSurfaceInBrowser(const string& values, } void showWarningJsAbsentPage() { - if (!is_file_exists(kWarningPagePath)) { string out; string davis_dir; #ifdef _WIN32 @@ -252,7 +251,6 @@ void showWarningJsAbsentPage() { vectorargs = {getCurrentPath()+davis_dir}; make_string(kWarningJSLibAbsentPage,args,out); saveStringToFile(kWarningPagePath, out); - }; openFileBySystem(kWarningPagePath); } //#STOP_GRAB_TO_DVS_NAMESPACE