No edit summary
အရေးမကြီး →‎Another CSS Change
စာကြောင်း ၁၂၇ -
/*This css will allow one to edit in Unicode Font and will solve garbled text inside edit boxex */
#wpTextbox1 {
font-family: Myanmar3, Parabaik, PaduakPadauk;
}
/*The Save, Preview and Diff buttons will now be displayed using Unicode 5.1 */
#wpSave, #wpPreview, #wpDiff{
font-family: Myanmar3, Parabaik, PaduakPadauk;
}
/* The search buttons will now be displayed using the font specified below */
.searchButton{
font-family: Myanmar3, Parabaik, PaduakPadauk;
}
</source>