From 7e049903602170e49b66fa88692b7a3122732659 Mon Sep 17 00:00:00 2001 From: Ratan Kulshreshtha Date: Thu, 5 Aug 2021 09:22:32 +0530 Subject: [PATCH] Update font to Jost --- sass/deep-thought.sass | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sass/deep-thought.sass b/sass/deep-thought.sass index 7d6c80e..2ea5403 100644 --- a/sass/deep-thought.sass +++ b/sass/deep-thought.sass @@ -11,6 +11,7 @@ html scroll-behavior: smooth; body + font-family: $family-sans-serif; display: flex; flex-direction: column; min-height: 100vh; @@ -26,12 +27,5 @@ section img[theme="dark"], picture[theme="dark"], -pre[theme="dark"], video[theme="dark"] - filter: invert(1) hue-rotate(180deg); - - -.vimeo[theme="dark"], -.youtube[theme="dark"], -.chart[theme="dark"] filter: invert(1) hue-rotate(180deg); \ No newline at end of file