@font-face {
  font-family: 'sometimes_timesregular';
  src: url('../fonts/SometimesTimesItalic.woff2') format('woff2'),
       url('../fonts/SometimesTimesItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'sometimes_timesregular';
  src: url('../fonts/SometimesTimes.woff2') format('woff2'),
       url('../fonts/SometimesTimes.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}