diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index c2aede5f8c..905f57d35a 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4139,6 +4139,8 @@ div#main_help_new_content { padding-top: 10px; background: white; height: 100%; + font-size: 12pt; + font-family: 'lato-bolder'; } div#main_help_new_content h1 { @@ -4150,6 +4152,15 @@ div#main_help_new_content p { font-family: 'lato-bolder'; font-size: 12pt; } +div#main_help_new_content b { + font-family: 'lato-bolder'; + font-size: 12pt; +} + +div#main_help_new_content li { + font-family: 'lato-bolder'; + font-size: 12pt; +} div#footer_help{ background: #333;