Skip to content

Commit 37ed6f5

Browse files
authored
Update layout.html (#233)
1 parent b677e67 commit 37ed6f5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/source/_templates/layout.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{% extends "pydata_sphinx_theme/layout.html" %}
22

3-
{% block fonts %}
3+
{% block extrahead %}
4+
<!-- Load require.js locally from _static -->
5+
<script src="{{ pathto('_static/css/custom.js', 1) }}"></script>
6+
7+
{% endblock %}
48

9+
{% block fonts %}
510
<link rel="preconnect" href="https://fonts.googleapis.com">
611
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
712
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300&display=swap" rel="stylesheet">
8-
913
{% endblock %}
1014

1115
{% block docs_sidebar %}

0 commit comments

Comments
 (0)