base.css 500 B

1234567891011121314151617
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. @import './variables.css';
  6. /* Set the default typography for monospace elements */
  7. tt,
  8. code,
  9. kbd,
  10. samp,
  11. pre {
  12. font-family: var(--jp-code-font-family);
  13. font-size: var(--jp-code-font-size);
  14. line-height: var(--jp-code-line-height);
  15. }