Use Chakra Petch in doc headers

This commit is contained in:
Matt Borgerson 2023-01-18 16:08:12 -07:00
parent a3251ef56d
commit ff38590002
2 changed files with 5 additions and 0 deletions

View File

@ -87,3 +87,7 @@
height: 1rem;
width: auto;
}
h1, h2, h3, h4, .md-header__title {
font-family: "Chakra Petch", "Roboto", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}

View File

@ -28,6 +28,7 @@
gtag('config', 'UA-163809672-1');
</script>
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap" rel="stylesheet">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}