From 84a0e17367ff8300dd965d73aefb4df652f55dcd Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 11 Aug 2026 16:07:35 +0100 Subject: [PATCH] Removed the customFonts labs flag no ref Custom fonts have been generally available since December 2024, and no runtime code still reads this flag. --- ghost/core/core/shared/labs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/core/core/shared/labs.js b/ghost/core/core/shared/labs.js index 362b1928193..ba8f813755c 100644 --- a/ghost/core/core/shared/labs.js +++ b/ghost/core/core/shared/labs.js @@ -28,7 +28,6 @@ const messages = { // flags in this list always return `true`, allows quick global enable prior to full flag removal const GA_FEATURES = [ 'automationAnalytics', - 'customFonts', 'commentsThreads', 'commentsPinning' ];