@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/OpenSans-Regular.ttf')  format('truetype');
}

/**
  * add source sans pro font family
  * @see CORE-2195
  * @since 2021-05-31 / version 5.124.0
  * @author ds
  */
@font-face {
  font-family: 'Source Sans Pro';
  src: url('./fonts/SourceSansPro-Regular.ttf')  format('truetype');
}