From d2a5bf359a4f964af342fa1d078fa16b1bd87f8b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 23 Jan 2024 23:00:53 -0800 Subject: refactor(styles): move out to src --- src/lib/Styles/typography.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/lib/Styles/typography.css (limited to 'src/lib/Styles/typography.css') diff --git a/src/lib/Styles/typography.css b/src/lib/Styles/typography.css deleted file mode 100644 index e502fa90..00000000 --- a/src/lib/Styles/typography.css +++ /dev/null @@ -1,21 +0,0 @@ -/* Kosugi, M PLUS 1 Code */ -/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;550;700;800&display=swap'); */ -@import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css?family=DM+Sans:400,500,600,700&display=swap'); - -body { - font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, - Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - font-size: 1em; - line-height: 1.5; - /* font-weight: 300; */ - /* text-shadow: 0 0 0.25em var(--base01); */ - padding: 1.25rem; -} - -#wrapped { - font-family: inherit; - font-size: inherit; - line-height: inherit; - font-weight: 400; - text-shadow: none; -} -- cgit v1.2.3