From ba36c4093714ac74913d3351e9f5b2ba2abc232d Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 2 May 2026 14:50:53 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Add=20Quincy=20font?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- lib/class-enqueue.php | 5 ++++- lib/hooks.php | 1 + styles/base/typography.css | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/class-enqueue.php b/lib/class-enqueue.php index fbcf36e..9edafab 100644 --- a/lib/class-enqueue.php +++ b/lib/class-enqueue.php @@ -44,10 +44,11 @@ class Enqueue { $font_ver = gmdate( 'U' ); wp_enqueue_style( 'poppins', 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap', false, $font_ver ); + wp_enqueue_style( 'quincy', 'https://use.typekit.net/dnt5chp.css', false, $font_ver ); /** * JS - */ + */ $js_path = '/static/js/theme.js'; if ( file_exists( $theme_dir . $js_path ) ) { @@ -67,6 +68,7 @@ class Enqueue { $font_ver = gmdate( 'U' ); wp_enqueue_style( 'poppins', 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap', false, $font_ver ); + wp_enqueue_style( 'quincy', 'https://use.typekit.net/dnt5chp.css', false, $font_ver ); /** * Admin CSS @@ -100,6 +102,7 @@ class Enqueue { $font_ver = gmdate( 'U' ); wp_enqueue_style( 'poppins', 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap', false, $font_ver ); + wp_enqueue_style( 'quincy', 'https://use.typekit.net/dnt5chp.css', false, $font_ver ); if ( file_exists( $theme_dir . $editor_css_path ) ) { $version = filemtime( $theme_dir . $editor_css_path ); diff --git a/lib/hooks.php b/lib/hooks.php index a9b4b87..5ce5026 100644 --- a/lib/hooks.php +++ b/lib/hooks.php @@ -19,6 +19,7 @@ add_action( ?> +