From 446eb6d593b97b7d11bc779afe02fdd621d79893 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Fri, 3 May 2024 04:02:21 +0000 Subject: font changes, video player changes and other minor changes --- src/app/manga/history/continueWatching/cw.module.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/app/manga/history') diff --git a/src/app/manga/history/continueWatching/cw.module.css b/src/app/manga/history/continueWatching/cw.module.css index 29d0dc9..e83be6b 100644 --- a/src/app/manga/history/continueWatching/cw.module.css +++ b/src/app/manga/history/continueWatching/cw.module.css @@ -5,12 +5,10 @@ .mainText { color: var(--light-green); - font-family: "Poppins", serif; font-size: 24px; } .animeContainer { - font-family: "Poppins", serif; font-size: 18px; margin: 0px; } @@ -60,7 +58,7 @@ margin-right: 0.4rem; border-radius: 0.2rem; padding: 0.2rem; - font-family: "Atkinson Hyperlegible", serif; + font-family: "Lexend Deca", serif; background-color: #303030; color: white; cursor: pointer; -- cgit v1.2.3