@font-face {
    font-family: 'noto_sansmedium';
    src: url('notosans-medium.woff2') format('woff2'),
         url('notosans-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansregular';
    src: url('notosans-regular.woff2') format('woff2'),
         url('notosans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tt_commonsdemibold';
    src: url('ttcommons-demibold.woff2') format('woff2'),
         url('ttcommons-demibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_commonsmedium';
    src: url('ttcommons-medium.woff2') format('woff2'),
         url('ttcommons-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansbold';
    src: url('notosans-bold.woff2') format('woff2'),
         url('notosans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*@font-face { 
	font-family: noto_sansmedium; 
	font-weight: 500; 
	font-style: normal; 
	unicode-range: U+000-5FF; 
	src: local("NotoSans Font"), url(/fonts/notosans-medium-webfont.woff2) format("woff2"); 
	font-display: swap;
}
@font-face { 
	font-family: noto_sansregular; 
	font-weight: 400; 
	font-style: normal; 
	unicode-range: U+000-5FF; 
	src: local("NotoSans Font"), url(/fonts/notosans-regular-webfont.woff2) format("woff2"); 
	font-display: swap;
}
@font-face { 
	font-family: tt_commonsmedium;
	font-weight: 400; font-style: normal; 
	unicode-range: U+000-5FF; 
	src: url(/fonts/TT-commons-medium.woff2) format("woff2"); 
	font-display: swap 
}
@font-face { 
	font-family: tt_commonsdemibold; 
	font-weight: 500; 
	font-style: normal; 
	unicode-range: U+000-5FF; 
	src: url(/fonts/TT-commons-demibold.woff2) format("woff2"); 
	font-display: swap 
}
*/