/* use all.css for all font variants, use common.css for commonly used (regular, italic, bold) */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), url(//fonts.julis.de/Merriweather/Merriweather.woff2) format('woff2'), url(//fonts.julis.de/Merriweather/Merriweather.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(//fonts.julis.de/Merriweather/Merriweather-Bold.woff2) format('woff2'), url(//fonts.julis.de/Merriweather/Merriweather-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url(//fonts.julis.de/Merriweather/Merriweather-Italic.woff2) format('woff2'), url(//fonts.julis.de/Merriweather/Merriweather-Italic.woff) format('woff');
}
