﻿/*
Disable bold for Japanese.
Asian languages rarely use bold, because it makes the text hard to read. We could make text
bigger, but fixing text size would prevent users from sizing text in custom HTML fields.
*/

*, 
a {
	font-weight:normal !important;
}

/*
CORE-10348 Enable bold for Japanese
*/
body strong
{
    font-weight: bold !important;
}


.cso-rtf-view b, .cso-rtf-view strong{
    font-weight: bold !important;
}
