jetbrains-mono.css 776 B

123456789101112131415
  1. @font-face{
  2. font-family: 'JetBrains Mono';
  3. src: url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Regular.eot') format('embedded-opentype'),
  4. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff2'),
  5. url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Regular.ttf') format('truetype');
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. @font-face{
  10. font-family: 'HYZhengYuan';
  11. src: local('HYZhengYuan'),
  12. url('https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/font/HYZhengYuan.ttf') format('truetype');
  13. font-weight: normal;
  14. font-style: normal;
  15. }