@font-face {
	font-family: 'NotoSansDL-Regular';
	src:local('NotoSansHeb-Regular'), 
        url('notosansheb-regular.woff') format('woff'),
        url('notosansheb-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NotoSansDL-Regular';
	src:local('NotoSansDisplay-Regular'), 
        url('notosansdisplay-regular.woff') format('woff'),
        url('notosansdisplay-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
        unicode-range: U+0020-007F;
}

.special-font  { font-family:'NotoSansDL-Regular';}