From c1456a6ee2bf0a83ce53763b7adfdf9875656aa0 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 25 Jul 2024 13:14:04 -0700 Subject: [PATCH] Typography: Remove explicit font-size from

and


Rely on  for font-size.
---
 assets/css/010_typography.css | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/assets/css/010_typography.css b/assets/css/010_typography.css
index f984bfe..6d314ee 100644
--- a/assets/css/010_typography.css
+++ b/assets/css/010_typography.css
@@ -74,10 +74,6 @@ p {
   letter-spacing: 0.01em;
 }
 
-p, pre {
-  font-size: var(--text-m);
-}
-
 sup {
   font-size: var(--text-xs);
   line-height: 1;