From 4033679ef214601e5445e2398b9835c118ba2157 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 15 Dec 2025 02:46:41 -0800 Subject: format: Apply Prettier formatting --- src/styles/typography.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'src/styles/typography.css') diff --git a/src/styles/typography.css b/src/styles/typography.css index f33fdc92..70ee377b 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -3,19 +3,8 @@ @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-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; */ -- cgit v1.2.3