From 917c32d02f6e6b0461e8a7d233d22b5a1049f471 Mon Sep 17 00:00:00 2001 From: Tiff Fehr <60173+tiffehr@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:32:16 -0500 Subject: [PATCH 1/3] add new GA4 `google_analytics_id` --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 5a03acaf..1cb9ef7c 100644 --- a/_config.yml +++ b/_config.yml @@ -47,7 +47,7 @@ defaults: latest_srccon_program: https://2026.srccon.org/program/ # google_analytics_id: set this value to your GA4 measurement ID (format: G-XXXXXXXXXX) # Leave empty to disable Google Analytics tracking - google_analytics_id: "" + google_analytics_id: "G-W7QDZ6VHC9" - scope: path: "" type: "transcripts" From d556e4251f801d0018ebf79cb25bc89afa04895a Mon Sep 17 00:00:00 2001 From: Tiff Fehr <60173+tiffehr@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:09:26 -0500 Subject: [PATCH 2/3] TypeKit improvements; undo prior fallbacks no longer needed --- _includes/headmeta.html | 18 +----------------- media/css/style.css | 34 ---------------------------------- 2 files changed, 1 insertion(+), 51 deletions(-) diff --git a/_includes/headmeta.html b/_includes/headmeta.html index 635e2655..e2dc397e 100644 --- a/_includes/headmeta.html +++ b/_includes/headmeta.html @@ -27,23 +27,7 @@ - - + diff --git a/media/css/style.css b/media/css/style.css index 7c17f6dc..29bc12d9 100644 --- a/media/css/style.css +++ b/media/css/style.css @@ -19,40 +19,6 @@ body { font-family: freight-text-pro, serif; } -/* Keep fallback font metrics stable while Typekit loads or fails. */ -html.wf-loading body, -html.wf-inactive body, -html.fonts-fallback-locked body { - font-family: Georgia, "Times New Roman", serif; -} - -html.wf-loading header, -html.wf-loading footer, -html.wf-loading h1, -html.wf-loading h2, -html.wf-loading h3, -html.wf-loading h4, -html.wf-loading .button, -html.wf-loading .main-footer, -html.wf-inactive header, -html.wf-inactive footer, -html.wf-inactive h1, -html.wf-inactive h2, -html.wf-inactive h3, -html.wf-inactive h4, -html.wf-inactive .button, -html.wf-inactive .main-footer, -html.fonts-fallback-locked header, -html.fonts-fallback-locked footer, -html.fonts-fallback-locked h1, -html.fonts-fallback-locked h2, -html.fonts-fallback-locked h3, -html.fonts-fallback-locked h4, -html.fonts-fallback-locked .button, -html.fonts-fallback-locked .main-footer { - font-family: "Helvetica Neue", Arial, sans-serif; -} - header, footer, h1, From 3e4c26b6f3ee47c2bb0e8fc6010604afbf5b13fe Mon Sep 17 00:00:00 2001 From: Tiff Fehr <60173+tiffehr@users.noreply.github.com> Date: Sat, 7 Mar 2026 10:45:14 -0500 Subject: [PATCH 3/3] Update _includes/headmeta.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- _includes/headmeta.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/headmeta.html b/_includes/headmeta.html index e2dc397e..3b5bf817 100644 --- a/_includes/headmeta.html +++ b/_includes/headmeta.html @@ -27,7 +27,12 @@ - +