You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. /***************/
  2. /* INCONSOLATA */
  3. /***************/
  4. @font-face {
  5. font-family: 'Inconsolata';
  6. src: url('Inconsolata-Regular.ttf') format('truetype');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: 'Inconsolata';
  12. src: url('Inconsolata-Bold.ttf') format('truetype');
  13. font-weight: bold;
  14. font-style: normal;
  15. }