add missing font

This commit is contained in:
stsh 2022-03-01 15:49:14 +01:00
parent df107291a5
commit 5b913975ad
1 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@ latex_elements = {
\usepackage{transparent} \usepackage{transparent}
\usepackage{eso-pic} \usepackage{eso-pic}
\usepackage{lipsum} \usepackage{lipsum}
\usepackage{lmodern}
\usepackage{footnotebackref} %% link at the footnote to go to the place of footnote in the text \usepackage{footnotebackref} %% link at the footnote to go to the place of footnote in the text
%% spacing between line %% spacing between line
\usepackage{setspace} \usepackage{setspace}
@ -297,4 +298,4 @@ myst_html_meta = {
"description lang=fr": "description des métadonnées", "description lang=fr": "description des métadonnées",
"keywords": "Sphinx, MyST", "keywords": "Sphinx, MyST",
"property=og:locale": "en_US" "property=og:locale": "en_US"
} }