.tts-font { font-family: "cherryunicode", "pyidaungsu", "umoe"; }
.tts-1 { font-family: "pyidaungsu"; }
.tts-2 { font-family: "cherryunicode"; }
.tts-3 { font-family: "umoe"; }

@font-face {
	font-family: "pyidaungsu";
	src: url("tts-fonts/pyidaungsu/pyidaungsu.woff2") format("woff2"),
        url("tts-fonts/pyidaungsu/pyidaungsu.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "cherryunicode";
	src: url("tts-fonts/cherryunicode/CherryUnicode.woff2") format("woff2"),
        url("tts-fonts/cherryunicode/CherryUnicode.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "umoe";
	src: url("tts-fonts/umoe/umoe.woff2") format("woff2"),
        url("tts-fonts/umoe/umoe.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
