mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44: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",
|
"papersize": "a4paper",
|
||||||
"pointsize": "12pt",
|
"pointsize": "12pt",
|
||||||
"sphinxsetup": ", ".join(f"{key}={value}" for key, value in latex_setup.items()),
|
"sphinxsetup": ", ".join(f"{key}={value}" for key, value in latex_setup.items()),
|
||||||
"fontpkg": r"""
|
# TODO: Re-enable this before production
|
||||||
\setmainfont{EB Garamond}
|
# "fontpkg": r"""
|
||||||
\setsansfont{Fira Sans}
|
# \setmainfont{EB Garamond}
|
||||||
\setmonofont{Fira Code}
|
# \setsansfont{Fira Sans}
|
||||||
"""
|
# \setmonofont{Fira Code}
|
||||||
|
# """
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODOs
|
# TODOs
|
||||||
|
|
Loading…
Reference in a new issue