From f504cd96d2815f3180b18cd0010ec644e64c8a43 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Thu, 11 Jun 2026 19:11:59 -0400 Subject: [PATCH] Remove no longer necessary font title from h1 input --- styles/less/utils/mixin.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/less/utils/mixin.less b/styles/less/utils/mixin.less index 884eabbc..e2ef85ef 100644 --- a/styles/less/utils/mixin.less +++ b/styles/less/utils/mixin.less @@ -58,10 +58,6 @@ margin: 0; border: none; font-weight: normal; - input[type='text'], - .input[contenteditable] { - font-family: @font-title; - } } h2,