index.css 522 B

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