mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Use Chakra Petch in doc headers
This commit is contained in:
parent
a3251ef56d
commit
ff38590002
@ -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;
|
||||
}
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user