@font-face {
    font-family: 'Source Sans Pro';
    src: url("../fonts/SourceSansPro-Regular.otf");
}

html,
body {
    font-family: 'Source Sans Pro', sans-serif;
}