/* 
    CSS-Vorgaben für lokale Einbindung der Google Fonts
    Autor: Olaf Dzwiza
*/

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/fira-sans-v16-latin-regular.woff2') format('woff2'),
       url('/fonts/fira-sans-v16-latin-regular.woff')  format('woff'),
	   url('/fonts/fira-sans-v16-latin-regular.ttf')   format('truetype');
  }
