From f705d612ededb49e3d80dcc03289179ac9145c54 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 25 Jul 2024 13:13:41 -0700 Subject: [PATCH] =?UTF-8?q?Typography:=20Bring=20back=20the=20font-size=20?= =?UTF-8?q?ramp=20=F0=9F=99=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/010_typography.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/010_typography.css b/assets/css/010_typography.css index 73aff35..f984bfe 100644 --- a/assets/css/010_typography.css +++ b/assets/css/010_typography.css @@ -41,6 +41,10 @@ html { line-height: 1.45; } +body { + font-size: clamp(100%, 3vw, 130%); +} + /*********** ## HEADINGS