mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🎓 Disable custom pdf fonts
This commit is contained in:
parent
d6780eeff5
commit
5c6233f3c8
1 changed files with 6 additions and 5 deletions
|
@ -142,11 +142,12 @@ latex_elements = {
|
|||
"papersize": "a4paper",
|
||||
"pointsize": "12pt",
|
||||
"sphinxsetup": ", ".join(f"{key}={value}" for key, value in latex_setup.items()),
|
||||
"fontpkg": r"""
|
||||
\setmainfont{EB Garamond}
|
||||
\setsansfont{Fira Sans}
|
||||
\setmonofont{Fira Code}
|
||||
"""
|
||||
# TODO: Re-enable this before production
|
||||
# "fontpkg": r"""
|
||||
# \setmainfont{EB Garamond}
|
||||
# \setsansfont{Fira Sans}
|
||||
# \setmonofont{Fira Code}
|
||||
# """
|
||||
}
|
||||
|
||||
# TODOs
|
||||
|
|
Loading…
Reference in a new issue