@font-face {
  font-family: 'Nexa';
  src: url('https://github.com/socioboard/socioboard-core/raw/master/SocioBoard/Socioboard/Themes/Socioboard/Contents/fonts/nexa-light-webfont.ttf') format('ttf'),
       url('https://github.com/socioboard/socioboard-core/raw/master/SocioBoard/Socioboard/Themes/Socioboard/Contents/fonts/nexa-light-webfont.woff') format('woff');
}

@font-face {
  font-family: 'NexaBold';
  src: url('https://github.com/socioboard/socioboard-core/raw/master/SocioBoard/Socioboard/Themes/Socioboard/Contents/fonts/nexa-bold-webfont.ttf') format('ttf'),
       url('https://github.com/socioboard/socioboard-core/raw/master/SocioBoard/Socioboard/Themes/Socioboard/Contents/fonts/nexa-bold-webfont.woff') format('woff');
}

body {
  font-family: 'Nexa', Helvetica, Arial, Sans-Serif;
}