reveal.css 807 B

12345678910111213141516171819202122232425262728293031
  1. /*************************************************
  2. * Reveal JS
  3. **************************************************/
  4. /* This is a copy of MathJax's `.mjx-chtml` with font-family added to override `.reveal span`. */
  5. /* See https://github.com/hakimel/reveal.js/issues/1924 */
  6. .reveal span.mjx-chtml {
  7. display: inline-block;
  8. line-height: 0;
  9. text-indent: 0;
  10. text-align: left;
  11. text-transform: none;
  12. font-style: normal;
  13. font-weight: normal;
  14. font-size: 100%;
  15. font-size-adjust: none;
  16. letter-spacing: normal;
  17. word-wrap: normal;
  18. word-spacing: normal;
  19. white-space: nowrap;
  20. float: none;
  21. direction: ltr;
  22. max-width: none;
  23. max-height: none;
  24. min-width: 0;
  25. min-height: 0;
  26. border: 0;
  27. margin: 0;
  28. padding: 1px 0;
  29. font-family: MJXc-TeX-math-I,MJXc-TeX-math-Ix,MJXc-TeX-math-Iw;
  30. }