@@ -372,17 +372,17 @@ body{
372372 font-optical-sizing : var (--USER__fontOpticalSizing ) !important ;
373373}
374374
375- : root [style *= "--USER__wordSpacing " ] h1 ,
376- : root [style *= "--USER__wordSpacing " ] h2 ,
377- : root [style *= "--USER__wordSpacing " ] h3 ,
378- : root [style *= "--USER__wordSpacing " ] h4 ,
379- : root [style *= "--USER__wordSpacing " ] h5 ,
380- : root [style *= "--USER__wordSpacing " ] h6 ,
381- : root [style *= "--USER__wordSpacing " ] p ,
382- : root [style *= "--USER__wordSpacing " ] li ,
383- : root [style *= "--USER__wordSpacing " ] div ,
384- : root [style *= "--USER__wordSpacing " ] dt ,
385- : root [style *= "--USER__wordSpacing " ] dd {
375+ : root [style *= "--USER__letterSpacing " ] h1 ,
376+ : root [style *= "--USER__letterSpacing " ] h2 ,
377+ : root [style *= "--USER__letterSpacing " ] h3 ,
378+ : root [style *= "--USER__letterSpacing " ] h4 ,
379+ : root [style *= "--USER__letterSpacing " ] h5 ,
380+ : root [style *= "--USER__letterSpacing " ] h6 ,
381+ : root [style *= "--USER__letterSpacing " ] p ,
382+ : root [style *= "--USER__letterSpacing " ] li ,
383+ : root [style *= "--USER__letterSpacing " ] div ,
384+ : root [style *= "--USER__letterSpacing " ] dt ,
385+ : root [style *= "--USER__letterSpacing " ] dd {
386386 letter-spacing : var (--USER__letterSpacing );
387387 font-variant : none;
388388}
0 commit comments