From 3d1ee95009504f683327f6657eb3229204b48da4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 15 Jan 2026 12:08:54 +0100 Subject: [PATCH] #7898 @0.25 --- app/Fluidbook/Compiler/Cart.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Fluidbook/Compiler/Cart.php b/app/Fluidbook/Compiler/Cart.php index 71782f117..354016b05 100644 --- a/app/Fluidbook/Compiler/Cart.php +++ b/app/Fluidbook/Compiler/Cart.php @@ -890,6 +890,8 @@ trait Cart public function writeKimplayCart() { + + $this->addFontKit('Metropolis'); $this->lessVariables['import-cart-styles'] = 'kimplay'; $this->addJsLib('kimplay', 'js/libs/fluidbook/cart/fluidbook.cart.kimplay.js'); -- 2.39.5