diff --git a/Manual_tools/src/latex_converter_config/html/modern.css b/Manual_tools/src/latex_converter_config/html/modern.css index 81c7de2b086..7177ae0ea10 100644 --- a/Manual_tools/src/latex_converter_config/html/modern.css +++ b/Manual_tools/src/latex_converter_config/html/modern.css @@ -130,6 +130,8 @@ pre.ExampleCode { background-color: #e8e8e8; } /* ----------------------------------------------------------------------- */ .math { font-family: serif; + /* In case of font problem, here is a recommendation I found on the web : */ + /* font-family: "Unicode Symbols", "Times New Roman", "Apple Symbols", "Arial Unicode MS"; */ font-style: italic; font-size: 120%; }