We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756bc23 commit 4ec6915Copy full SHA for 4ec6915
docs/_static/custom.css
@@ -0,0 +1,5 @@
1
+@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
2
+
3
+html[lang="ru"] body {
4
+ font-family: 'PT Sans', Arial, sans-serif;
5
+}
docs/conf.py
@@ -48,3 +48,8 @@
48
"collapse_navigation": False,
49
"navigation_depth": 2,
50
}
51
52
53
+def setup(app):
54
+ """Add custom CSS files."""
55
+ app.add_css_file("custom.css")
0 commit comments