From eae11a69d574a25b0ea8783465d0fa783f0b60ab Mon Sep 17 00:00:00 2001 From: jin Date: Sat, 14 Oct 2023 01:30:42 +0300 Subject: [PATCH] $mol_style: fixed fon-faily --- style/properties/properties.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/style/properties/properties.ts b/style/properties/properties.ts index 8eff2d0959e..9c690bb1cfa 100644 --- a/style/properties/properties.ts +++ b/style/properties/properties.ts @@ -364,6 +364,7 @@ namespace $ { * @see https://developer.mozilla.org/ru/docs/Web/CSS/font-family */ family?: + | string & {} | 'serif' | 'sans-serif' | 'monospace' | 'cursive' | 'fantasy' | 'system-ui' | 'ui-serif' | 'ui-sans-serif' | 'ui-monospace' | 'ui-rounded'