source-code-pro.css 938 B

1234567891011121314151617181920212223
  1. @font-face{
  2. font-family: 'Source Code Pro';
  3. font-weight: 400;
  4. font-style: normal;
  5. font-stretch: normal;
  6. src: url('EOT/SourceCodePro-Regular.eot') format('embedded-opentype'),
  7. url('WOFF2/TTF/SourceCodePro-Regular.ttf.woff2') format('woff2'),
  8. url('WOFF/OTF/SourceCodePro-Regular.otf.woff') format('woff'),
  9. url('OTF/SourceCodePro-Regular.otf') format('opentype'),
  10. url('TTF/SourceCodePro-Regular.ttf') format('truetype');
  11. }
  12. @font-face{
  13. font-family: 'Source Code Pro';
  14. font-weight: 700;
  15. font-style: normal;
  16. font-stretch: normal;
  17. src: url('EOT/SourceCodePro-Bold.eot') format('embedded-opentype'),
  18. url('WOFF2/TTF/SourceCodePro-Bold.ttf.woff2') format('woff2'),
  19. url('WOFF/OTF/SourceCodePro-Bold.otf.woff') format('woff'),
  20. url('OTF/SourceCodePro-Bold.otf') format('opentype'),
  21. url('TTF/SourceCodePro-Bold.ttf') format('truetype');
  22. }