gpt4 book ai didi

css - Python-Sphinx:设置文本正文字体

转载 作者:行者123 更新时间:2023-11-28 01:13:18 25 4
gpt4 key购买 nike

我一直在尝试按照这个示例在 Sphinx 文档中选择字体: https://developers.google.com/fonts/docs/getting_started

我正在使用“云”主题,并将以下行放入我的 conf.py 文件中:

html_theme_options = { 
"bodyfont": "PT Sans, sans-serif",
"fontcssurl" : "//fonts.googleapis.com/css?family=PT+Sans|Noticia+Text|Open+Sans|Droid+Sans+Mono|Roboto",
}

此外,我尝试将以下内容放入我的 _static/style.css 文件中:

body {
font-family: PT Sans, Roboto, Helvetica, sans-serif;
}

两者都没有帮助将“PT Sans”字体放置为文本。这是浏览器的问题吗?我怎么知道我可以从可用的谷歌列表中构建哪些字体?


最佳答案

Cloud Sphinx theme documentation , 有注释:

Note There are a number of options for changing the various colors and fonts used by this theme, which are still undocumented. A complete list can be found in the theme’s configuration file (/cloud_sptheme/themes/cloud/theme.conf).

这导致一个人到这个片段。

# font css url - for loading in fonts (eg google font dir)
fontcssurl = //fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono

尝试更改 conf.py 中片段上方的字体 URL 和所有引用的字体名称,看看是否可行。如果没有,那么您始终可以使用主题覆盖。

关于css - Python-Sphinx:设置文本正文字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51992208/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com