index.css 545 B

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