From 83310f8bd7cefa2870716503c2289ea478ddfb13 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 27 Jun 2023 06:18:25 +0200 Subject: [PATCH] wip #6081 @1.25 --- app/Fluidbook/Compiler/Compiler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 4a022a2ec..5c2641ecb 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -1858,6 +1858,9 @@ class Compiler extends Base implements CompilerInterface if ($f === 'OpenSans') { $f = 'Open Sans'; } + if (!$f) { + $f = 'Open Sans'; + } switch ($f) { case 'sans-serif': return $f; -- 2.39.5