/*
double-byte -- contains reset css for doubble byte language support.
Author: Michael Wong
*/
/*
This style sheet should be conditinonally included with local sites that require a different 
font family and font size to render double-byte characters legibly.
*/


/* set font-family to Arial and generic sans-serif to match the settings for wam */
html body {
    font-family: Arial, sans-serif; /* 1 */
	font-size: 12px; /* reset base font-size for double-byte asian characters */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
/* ensure that web fonts don't display */
.mti-repaint {
	font-family: Arial, sans-serif;
}

