From b68cf5869a8eae4e3efee999b414e95295e3ac3b Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 2 Jul 2021 23:29:30 -0600 Subject: [PATCH] apply font to buttons --- views/css/font.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/css/font.css b/views/css/font.css index c79e8ec..1858dbf 100644 --- a/views/css/font.css +++ b/views/css/font.css @@ -1,5 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap'); -body, h1, h2, h3, h4, h5, h6 { +body, h1, h2, h3, h4, h5, h6, button { font-family: 'Josefin Sans', sans-serif; }