From 34654a95ce6b566247f7d5e0aaf0b0ac91700768 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 15 Apr 2026 15:03:56 +0300 Subject: [PATCH] Bob AI: Apply a cursive font style to all button elements across the --- src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.css b/src/index.css index 4c80e9a..918b65e 100644 --- a/src/index.css +++ b/src/index.css @@ -151,6 +151,12 @@ h6 { font-family: "Inter", sans-serif; } +button, +.primary-button, +.secondary-button { + font-family: 'Brush Script MT', cursive; +} + /* WEBILD_CARD_STYLE */ /* @cards/spotlight */ .card { -- 2.49.1