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

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

.ksw {
	font-family: RemotePadauk;
	font-size: 1.2 em;
 }

