From 42aadf0438c1efdaa848c40cd6d8f3bc79de3a29 Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Mon, 25 Apr 2022 02:56:05 +0100 Subject: [PATCH] Use segoe UI --- styles.css | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index c37a979..99be1b8 100644 --- a/styles.css +++ b/styles.css @@ -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; diff --git a/templates/base.html b/templates/base.html index 0203dc6..50bff13 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ {% block title %}{% endblock %}{% if self.title() %} | {% endif %}{% block roottitle %}Arcade Reverse Engineering{% endblock %} - +