From 328c4fce50037c6e9b294effbd7180a9e41201db Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 30 Aug 2024 05:13:49 +0300 Subject: [PATCH] Use system font on error pages --- app/assets/stylesheets/errors.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/errors.scss b/app/assets/stylesheets/errors.scss index fd1400232..8ef3b9771 100644 --- a/app/assets/stylesheets/errors.scss +++ b/app/assets/stylesheets/errors.scss @@ -1,3 +1,7 @@ +body { + font-family: system-ui; +} + .logo { float: left; margin: 10px; -- 2.39.5