11/*!
2- * Readium CSS v.2.0.1
2+ * Readium CSS v.2.0.2
33 * Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44 * Use of this source code is governed by a BSD-style license which is detailed in the
55 * LICENSE file present in the project repository where this source code is maintained.
@@ -247,11 +247,11 @@ body{
247247: root [style *= "--USER__bodyHyphens" ] li ,
248248: root [style *= "--USER__bodyHyphens" ] div ,
249249: root [style *= "--USER__bodyHyphens" ] dd {
250- -webkit-hyphens : inherit ;
251- -moz-hyphens : inherit ;
252- -ms-hyphens : inherit ;
253- -epub-hyphens : inherit ;
254- hyphens : inherit ;
250+ -webkit-hyphens : var ( --USER__bodyHyphens ) !important ;
251+ -moz-hyphens : var ( --USER__bodyHyphens ) !important ;
252+ -ms-hyphens : var ( --USER__bodyHyphens ) !important ;
253+ -epub-hyphens : var ( --USER__bodyHyphens ) !important ;
254+ hyphens : var ( --USER__bodyHyphens ) !important ;
255255}
256256
257257: root [style *= "--USER__fontFamily" ]{
@@ -342,7 +342,7 @@ body{
342342: root [style *= "--USER__lineHeight" ] p ,
343343: root [style *= "--USER__lineHeight" ] li ,
344344: root [style *= "--USER__lineHeight" ] div {
345- line-height : inherit ;
345+ line-height : var ( --USER__lineHeight ) !important ;
346346}
347347
348348: root [style *= "--USER__paraSpacing" ] p {
@@ -377,7 +377,7 @@ body{
377377: root [style *= "--USER__wordSpacing" ] div ,
378378: root [style *= "--USER__wordSpacing" ] dt ,
379379: root [style *= "--USER__wordSpacing" ] dd {
380- word-spacing : var (--USER__wordSpacing );
380+ word-spacing : var (--USER__wordSpacing ) !important ;
381381}
382382
383383: root [style *= "--USER__letterSpacing" ] h1 ,
@@ -391,8 +391,8 @@ body{
391391: root [style *= "--USER__letterSpacing" ] div ,
392392: root [style *= "--USER__letterSpacing" ] dt ,
393393: root [style *= "--USER__letterSpacing" ] dd {
394- letter-spacing : var (--USER__letterSpacing );
395- font-variant : none;
394+ letter-spacing : var (--USER__letterSpacing ) !important ;
395+ font-variant : none !important ;
396396}
397397
398398: root [style *= "--USER__ligatures" ]{
0 commit comments