|
1 | 1 | /* |
2 | | - * Readium CSS (v. 2.0.0-beta.10) |
| 2 | + * Readium CSS (v. 2.0.0-beta.11) |
3 | 3 | * Developers: Jiminy Panoz |
4 | 4 | * Copyright (c) 2017. Readium Foundation. All rights reserved. |
5 | 5 | * Use of this source code is governed by a BSD-style license which is detailed in the |
@@ -362,45 +362,38 @@ body{ |
362 | 362 |
|
363 | 363 | :root[style*="readium-font-on"][style*="AccessibleDfA"]{ |
364 | 364 | font-family:AccessibleDfA, Verdana, Tahoma, "Trebuchet MS", sans-serif !important; |
365 | | - --RS__lineHeightCompensation:1.167; |
366 | 365 | } |
367 | 366 |
|
368 | 367 | :root[style*="readium-font-on"][style*="IA Writer Duospace"]{ |
369 | 368 | font-family:"IA Writer Duospace", Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace !important; |
370 | | - --RS__lineHeightCompensation:1.167; |
371 | | -} |
372 | | - |
373 | | -:root[style*="readium-font-on"][style*="readium-a11y-on"]{ |
374 | | - font-family:var(--USER__fontFamily) !important; |
375 | | - --RS__lineHeightCompensation:1.167; |
376 | 369 | } |
377 | 370 |
|
378 | 371 | :root[style*="readium-font-on"][style*="AccessibleDfA"],:root[style*="readium-font-on"][style*="IA Writer Duospace"], |
379 | | -:root[style*="readium-font-on"][style*="readium-a11y-on"]{ |
| 372 | +:root[style*="readium-a11y-on"]{ |
380 | 373 | font-style:normal !important; |
381 | 374 | font-weight:normal !important; |
382 | 375 | } |
383 | 376 |
|
384 | 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), |
385 | | -:root[style*="readium-font-on"][style*="readium-a11y-on"] *:not(code):not(var):not(kbd):not(samp){ |
| 378 | +:root[style*="readium-a11y-on"] *:not(code):not(var):not(kbd):not(samp){ |
386 | 379 | font-family:inherit !important; |
387 | 380 | font-style:inherit !important; |
388 | 381 | font-weight:inherit !important; |
389 | 382 | } |
390 | 383 |
|
391 | 384 | :root[style*="readium-font-on"][style*="AccessibleDfA"] *,:root[style*="readium-font-on"][style*="IA Writer Duospace"] *, |
392 | | -:root[style*="readium-font-on"][style*="readium-a11y-on"] *{ |
| 385 | +:root[style*="readium-a11y-on"] *{ |
393 | 386 | text-decoration:none !important; |
394 | 387 | font-variant-caps:normal !important; |
395 | 388 | font-variant-numeric:normal !important; |
396 | 389 | font-variant-position:normal !important; |
397 | 390 | } |
398 | 391 |
|
399 | 392 | :root[style*="readium-font-on"][style*="AccessibleDfA"] sup,:root[style*="readium-font-on"][style*="IA Writer Duospace"] sup, |
400 | | -:root[style*="readium-font-on"][style*="readium-a11y-on"] sup, |
| 393 | +:root[style*="readium-a11y-on"] sup, |
401 | 394 | :root[style*="readium-font-on"][style*="AccessibleDfA"] sub, |
402 | 395 | :root[style*="readium-font-on"][style*="IA Writer Duospace"] sub, |
403 | | -:root[style*="readium-font-on"][style*="readium-a11y-on"] sub{ |
| 396 | +:root[style*="readium-a11y-on"] sub{ |
404 | 397 | font-size:1rem !important; |
405 | 398 | vertical-align:baseline !important; |
406 | 399 | } |
|
0 commit comments