/* The url in the following @font-face rules needs to point to the respective Myanmar fonts on the server. */

@font-face {
	font-family: 'RemoteCSSFont';
	src: url('./PadaukSgaw.eot'); /* IE */
	src: local('PadaukSgaw'), url('./PadaukSgaw.ttf') format('truetype'); /* non-IE */
}

.ksw {
	font-family: Ayar;
	font-size: 1em;
 }

#preloadRemote {
	font-family: RemoteCSSFont;
}

