fonts.css 574 B

123456789101112131415161718
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. @font-face {
  6. font-family: 'Source Code Pro';
  7. src: url('fonts/SourceCodePro-Regular.ttf') format('truetype');
  8. font-weight: 400;
  9. font-style: normal;
  10. }
  11. @font-face {
  12. font-family: 'Source Code Pro';
  13. src: url('fonts/SourceCodePro-Bold.ttf') format('truetype');
  14. font-weight: 700;
  15. font-style: normal;
  16. }