@@ -259,43 +259,28 @@ body{
259259 font-family : revert !important ;
260260}
261261
262- : root [style *= "AccessibleDfA" ]{
263- font-family : AccessibleDfA, Verdana, Tahoma, "Trebuchet MS" , sans-serif !important ;
264- }
265-
266- : root [style *= "IA Writer Duospace" ]{
267- font-family : "IA Writer Duospace" , Menlo, "DejaVu Sans Mono" , "Bitstream Vera Sans Mono" , Courier, monospace !important ;
268- }
269-
270- : root [style *= "AccessibleDfA" ], : root [style *= "IA Writer Duospace" ],
271262: root [style *= "readium-a11y-on" ]{
272263 font-style : normal !important ;
273264 font-weight : normal !important ;
274265}
275266
276- : root [style *= "AccessibleDfA" ] body * : not (code ): not (var ): not (kbd ): not (samp ), : root [style *= "IA Writer Duospace" ] body * : not (code ): not (var ): not (kbd ): not (samp ),
277267: root [style *= "readium-a11y-on" ] body * : not (code ): not (var ): not (kbd ): not (samp ){
278268 font-family : inherit !important ;
279269 font-style : inherit !important ;
280270 font-weight : inherit !important ;
281271}
282272
283- : root [style *= "AccessibleDfA" ] body * : not (a ), : root [style *= "IA Writer Duospace" ] body * : not (a ),
284273: root [style *= "readium-a11y-on" ] body * : not (a ){
285274 text-decoration : none !important ;
286275}
287276
288- : root [style *= "AccessibleDfA" ] body * , : root [style *= "IA Writer Duospace" ] body * ,
289277: root [style *= "readium-a11y-on" ] body * {
290278 font-variant-caps : normal !important ;
291279 font-variant-numeric : normal !important ;
292280 font-variant-position : normal !important ;
293281}
294282
295- : root [style *= "AccessibleDfA" ] sup , : root [style *= "IA Writer Duospace" ] sup ,
296283: root [style *= "readium-a11y-on" ] sup ,
297- : root [style *= "AccessibleDfA" ] sub ,
298- : root [style *= "IA Writer Duospace" ] sub ,
299284: root [style *= "readium-a11y-on" ] sub {
300285 font-size : 1rem !important ;
301286 vertical-align : baseline !important ;
0 commit comments