@@ -262,43 +262,28 @@ body{
262262 font-family : revert !important ;
263263}
264264
265- : root [style *= "AccessibleDfA" ]{
266- font-family : AccessibleDfA, Verdana, Tahoma, "Trebuchet MS" , sans-serif !important ;
267- }
268-
269- : root [style *= "IA Writer Duospace" ]{
270- font-family : "IA Writer Duospace" , Menlo, "DejaVu Sans Mono" , "Bitstream Vera Sans Mono" , Courier, monospace !important ;
271- }
272-
273- : root [style *= "AccessibleDfA" ], : root [style *= "IA Writer Duospace" ],
274265: root [style *= "readium-a11y-on" ]{
275266 font-style : normal !important ;
276267 font-weight : normal !important ;
277268}
278269
279- : 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 ),
280270: root [style *= "readium-a11y-on" ] body * : not (code ): not (var ): not (kbd ): not (samp ){
281271 font-family : inherit !important ;
282272 font-style : inherit !important ;
283273 font-weight : inherit !important ;
284274}
285275
286- : root [style *= "AccessibleDfA" ] body * : not (a ), : root [style *= "IA Writer Duospace" ] body * : not (a ),
287276: root [style *= "readium-a11y-on" ] body * : not (a ){
288277 text-decoration : none !important ;
289278}
290279
291- : root [style *= "AccessibleDfA" ] body * , : root [style *= "IA Writer Duospace" ] body * ,
292280: root [style *= "readium-a11y-on" ] body * {
293281 font-variant-caps : normal !important ;
294282 font-variant-numeric : normal !important ;
295283 font-variant-position : normal !important ;
296284}
297285
298- : root [style *= "AccessibleDfA" ] sup , : root [style *= "IA Writer Duospace" ] sup ,
299286: root [style *= "readium-a11y-on" ] sup ,
300- : root [style *= "AccessibleDfA" ] sub ,
301- : root [style *= "IA Writer Duospace" ] sub ,
302287: root [style *= "readium-a11y-on" ] sub {
303288 font-size : 1rem !important ;
304289 vertical-align : baseline !important ;
0 commit comments