Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Inconsolata.css 348B

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. }