From: Vincent Vanwaelscappel Date: Tue, 27 Jun 2023 04:18:25 +0000 (+0200) Subject: wip #6081 @1.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=83310f8bd7cefa2870716503c2289ea478ddfb13;p=fluidbook-toolbox.git wip #6081 @1.25 --- 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;