From 6a037f2394bec426facc4f6fa9a5baa4cd78787b Mon Sep 17 00:00:00 2001 From: real-zephex Date: Tue, 23 Apr 2024 20:32:21 +0530 Subject: Made the anime and kdrama titles to cut off after reaching div width. it just looks nice imo --- src/app/anime/search/search.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/anime/search/search.module.css') diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 306daae..81cd9e5 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -1,6 +1,6 @@ .waitWhileLoading { font-size: 18px; - font-family: "Kanit"; + font-family: "Atkinson Hyperlegible"; text-align: center; color: white; } @@ -33,7 +33,7 @@ outline: none; background: none; width: 100%; - font-family: "Lato"; + font-family: "Atkinson Hyperlegible"; font-size: 16px; } -- cgit v1.2.3