@font-face {
    font-family: 'YoungSerif';
    src: url('YoungSerif-Regular.eot'); /* IE9 Compat Modes */
    src: url('YoungSerif-Regular.eot?#iefix') format('embedded-opentype'),
	    url('YoungSerif-Regular.woff2') format('woff2'),
		url('YoungSerif-Regular.woff') format('woff');
		url('YoungSerif-Regular.ttf') format('truetype'),
	    url('YoungSerif-Regular.svg#youngserifregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}