From fbbe5e53e5ec4f1823728fabde9f94ff08c3c12b Mon Sep 17 00:00:00 2001 From: Freddy Harris Date: Wed, 16 Jul 2025 18:46:23 +0200 Subject: [PATCH] fix fontFace src I introduced a bug in the last PR, sorry ^^' --- bs-css/src/Css_Legacy_Core.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bs-css/src/Css_Legacy_Core.res b/bs-css/src/Css_Legacy_Core.res index a8102f4..e215872 100644 --- a/bs-css/src/Css_Legacy_Core.res +++ b/bs-css/src/Css_Legacy_Core.res @@ -1820,7 +1820,7 @@ let fontFace = ( } ) ->Belt.List.toArray - ->Js.Array2.joinWith(" ") + ->Js.Array2.joinWith(", ") let fontStyle = Belt.Option.mapWithDefault(fontStyle, "", s => "font-style: " ++ (s ++ ";")) let fontWeight = Belt.Option.mapWithDefault(fontWeight, "", w =>