mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2024-11-27 16:10:51 +01:00
Use segoe UI
This commit is contained in:
parent
588d182038
commit
42aadf0438
@ -1,5 +1,5 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: "Segoe UI", sans-serif;
|
||||
line-height: 1.35;
|
||||
max-width: 1000px;
|
||||
margin: 16px auto;
|
||||
|
@ -7,7 +7,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}{% endblock %}{% if self.title() %} | {% endif %}{% block roottitle %}Arcade Reverse Engineering{% endblock %}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ROOT}}/styles.css?ver=8">
|
||||
<link rel="stylesheet" href="{{ROOT}}/styles.css?ver=9">
|
||||
<link rel="stylesheet" href="{{ROOT}}/tango.css">
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LG6C6HT317"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user