From: vincent@cubedesigners.com Date: Tue, 20 Jul 2021 14:31:12 +0000 (+0000) Subject: wait #4600 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=070b9d2976ccbde5f736c027a52ad5d90d9eec02;p=cubeextranet.git wait #4600 @0.25 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index ab08ad1d7..cad5f93c9 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2950,6 +2950,9 @@ height="0" width="0" style="display:none;visibility:hidden"> if ($font === 'sans-serif') { return; } + if($font==='Open Sans'){ + $font='OpenSans'; + } $path = 'style/fonts/' . $font; $css = $path . '/font.css';