@@ -352,47 +352,47 @@ body{
352352 hyphens : inherit;
353353}
354354
355- : root [style *= "readium-font-on" ][ style *= " --USER__fontFamily" ]{
355+ : root [style *= "--USER__fontFamily" ]{
356356 font-family : var (--USER__fontFamily ) !important ;
357357}
358358
359- : root [style *= "readium-font-on" ][ style *= " --USER__fontFamily" ] * {
359+ : root [style *= "--USER__fontFamily" ] * {
360360 font-family : revert !important ;
361361}
362362
363- : root [style *= "readium-font-on" ][ style *= " AccessibleDfA" ]{
363+ : root [style *= "AccessibleDfA" ]{
364364 font-family : AccessibleDfA, Verdana, Tahoma, "Trebuchet MS" , sans-serif !important ;
365365}
366366
367- : root [style *= "readium-font-on" ][ style *= " IA Writer Duospace" ]{
367+ : root [style *= "IA Writer Duospace" ]{
368368 font-family : "IA Writer Duospace" , Menlo, "DejaVu Sans Mono" , "Bitstream Vera Sans Mono" , Courier, monospace !important ;
369369}
370370
371- : root [style *= "readium-font-on" ][ style *= " AccessibleDfA" ], : root [ style *= "readium-font-on" ] [style *= "IA Writer Duospace" ],
371+ : root [style *= "AccessibleDfA" ], : root [style *= "IA Writer Duospace" ],
372372: root [style *= "readium-a11y-on" ]{
373373 font-style : normal !important ;
374374 font-weight : normal !important ;
375375}
376376
377- : root [style *= "readium-font-on" ][ style *= " AccessibleDfA" ] * : not (code ): not (var ): not (kbd ): not (samp ), : root [ style *= "readium-font-on" ] [style *= "IA Writer Duospace" ] * : not (code ): not (var ): not (kbd ): not (samp ),
377+ : root [style *= "AccessibleDfA" ] * : not (code ): not (var ): not (kbd ): not (samp ), : root [style *= "IA Writer Duospace" ] * : not (code ): not (var ): not (kbd ): not (samp ),
378378: root [style *= "readium-a11y-on" ] * : not (code ): not (var ): not (kbd ): not (samp ){
379379 font-family : inherit !important ;
380380 font-style : inherit !important ;
381381 font-weight : inherit !important ;
382382}
383383
384- : root [style *= "readium-font-on" ][ style *= " AccessibleDfA" ] * , : root [ style *= "readium-font-on" ] [style *= "IA Writer Duospace" ] * ,
384+ : root [style *= "AccessibleDfA" ] * , : root [style *= "IA Writer Duospace" ] * ,
385385: root [style *= "readium-a11y-on" ] * {
386386 text-decoration : none !important ;
387387 font-variant-caps : normal !important ;
388388 font-variant-numeric : normal !important ;
389389 font-variant-position : normal !important ;
390390}
391391
392- : root [style *= "readium-font-on" ][ style *= " AccessibleDfA" ] sup , : root [ style *= "readium-font-on" ] [style *= "IA Writer Duospace" ] sup ,
392+ : root [style *= "AccessibleDfA" ] sup , : root [style *= "IA Writer Duospace" ] sup ,
393393: root [style *= "readium-a11y-on" ] sup ,
394- : root [style *= "readium-font-on" ][ style *= " AccessibleDfA" ] sub ,
395- : root [style *= "readium-font-on" ][ style *= " IA Writer Duospace" ] sub ,
394+ : root [style *= "AccessibleDfA" ] sub ,
395+ : root [style *= "IA Writer Duospace" ] sub ,
396396: root [style *= "readium-a11y-on" ] sub {
397397 font-size : 1rem !important ;
398398 vertical-align : baseline !important ;
@@ -467,20 +467,20 @@ body{
467467 font-variant : none;
468468}
469469
470- : root [style *= "readium-font-on" ][ style *= " --USER__fontWeight" ] body {
470+ : root [style *= "--USER__fontWeight" ] body {
471471 font-weight : var (--USER__fontWeight ) !important ;
472472}
473473
474- : root [style *= "readium-font-on" ][ style *= " --USER__fontWeight" ] b ,
475- : root [style *= "readium-font-on" ][ style *= " --USER__fontWeight" ] strong {
474+ : root [style *= "--USER__fontWeight" ] b ,
475+ : root [style *= "--USER__fontWeight" ] strong {
476476 font-weight : bolder;
477477}
478478
479- : root [style *= "readium-font-on" ][ style *= " --USER__fontWidth" ] body {
479+ : root [style *= "--USER__fontWidth" ] body {
480480 font-stretch : var (--USER__fontWidth ) !important ;
481481}
482482
483- : root [style *= "readium-font-on" ][ style *= " --USER__fontOpticalSizing" ] body {
483+ : root [style *= "--USER__fontOpticalSizing" ] body {
484484 font-optical-sizing : var (--USER__fontOpticalSizing ) !important ;
485485}
486486
0 commit comments