From dbd531bfa8161ada3cbd73387a1edbb6823d7ee4 Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 21 Jul 2024 15:18:08 +0300 Subject: [PATCH] Fixed the font of 404 pages --- localized-files/ru/static/css/404.css | 2 +- static/css/404.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/localized-files/ru/static/css/404.css b/localized-files/ru/static/css/404.css index e5989f1..edabe15 100644 --- a/localized-files/ru/static/css/404.css +++ b/localized-files/ru/static/css/404.css @@ -14,7 +14,7 @@ lottie-player { } p { - font-family: sans-serif; + font-family: 'Roboto', sans-serif; text-align: center; margin: 0.4% auto; width: 300px; diff --git a/static/css/404.css b/static/css/404.css index e5989f1..21aa2e0 100644 --- a/static/css/404.css +++ b/static/css/404.css @@ -14,7 +14,7 @@ lottie-player { } p { - font-family: sans-serif; + font-family: 'Roboto',sans-serif; text-align: center; margin: 0.4% auto; width: 300px;