From 9fedd9a5af00aa69293134bff86f8788fcd302bc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 16 Nov 2020 20:33:56 +0000 Subject: [PATCH] Button font --- epicyon-profile.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index b21dafe8..e4effffc 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -395,7 +395,7 @@ a:focus { } .button span { - font-family: Arial, Helvetica, sans-serif; + font-family: var(--header-font); cursor: pointer; display: inline-block; position: relative; @@ -403,7 +403,7 @@ a:focus { } .button span:after { - font-family: Arial, Helvetica, sans-serif; + font-family: var(--header-font); content: '\00bb'; position: absolute; opacity: 0; @@ -423,7 +423,7 @@ a:focus { } .buttonselected span { - font-family: Arial, Helvetica, sans-serif; + font-family: var(--header-font); cursor: pointer; display: inline-block; position: relative; @@ -431,7 +431,7 @@ a:focus { } .buttonselected span:after { - font-family: Arial, Helvetica, sans-serif; + font-family: var(--header-font); content: '\00bb'; position: absolute; opacity: 0;