@font-face {
    font-family: 'Ristretto Pro';
    src: local('Ristretto Pro Regular'), local('Ristretto-Pro-Regular'),
        url('RistrettoPro.woff2') format('woff2'),
        url('RistrettoPro.woff') format('woff'),
        url('RistrettoPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	unicode-range: U+0000-00FF, 
                  U+0100-024F, 
                  U+0400-04FF; 
  }

@font-face {
    font-family: 'Gowun Dodum';
    src: url('GowunDodum-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	unicode-range: U+AC00-D7AF,
                  U+1100-11FF,
                  U+3130-318F,
                  U+2600-26FF;
}