jetbrains-mono.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. @font-face{
  2. font-family: 'JetBrains Mono';
  3. src: local('JetBrains Mono'),
  4. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Regular.eot') format('embedded-opentype'),
  5. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff2'),
  6. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Regular.ttf') format('truetype');
  7. font-display: swap;
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. @font-face{
  12. font-family: 'JetBrains Mono';
  13. src: local('JetBrains Mono'),
  14. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Bold.eot') format('embedded-opentype'),
  15. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Bold.woff2') format('woff2'),
  16. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Bold.ttf') format('truetype');
  17. font-display: swap;
  18. font-weight: bold;
  19. font-style: normal;
  20. }
  21. @font-face{
  22. font-family: 'HYZhengYuan';
  23. src: local('HYZhengYuan'),
  24. url('https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/font/HYZhengYuan.ttf') format('truetype');
  25. font-display: swap;
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. @font-face{
  30. font-family: 'HYZhengYuan';
  31. src: local('HYZhengYuan-75W'),
  32. url('https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/font/HYZhengYuan.ttf') format('truetype');
  33. font-display: swap;
  34. font-weight: bold;
  35. font-style: normal;
  36. }