]> git.openstreetmap.org Git - rails.git/commitdiff
Use system font on error pages
authorAnton Khorev <tony29@yandex.ru>
Fri, 30 Aug 2024 02:13:49 +0000 (05:13 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 15 Feb 2025 15:55:16 +0000 (18:55 +0300)
app/assets/stylesheets/errors.scss

index fd140023218ec93014ca6ce1534e76f7f630ce2e..8ef3b9771e0229527a93f04a23ca0e24815a1a0e 100644 (file)
@@ -1,3 +1,7 @@
+body {
+  font-family: system-ui;
+}
+
 .logo {
   float: left;
   margin: 10px;
 .logo {
   float: left;
   margin: 10px;