@font-face {
  font-family: 'garamond';
  src: url('https://fonts.googleapis.com/css?family=EB+Garamond:500');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'garamond';
  src: url('https://fonts.googleapis.com/css?family=EB+Garamond:500i');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'garamond';
  src: url('https://fonts.googleapis.com/css?family=EB+Garamond:700');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'garamond';
  src: url('https://fonts.googleapis.com/css?family=EB+Garamond:700i');
  font-weight: bold;
  font-style: italic;
}