Use segoe UI

This commit is contained in:
Bottersnike 2022-04-25 02:56:05 +01:00
parent 588d182038
commit 42aadf0438
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>