No edit summary
စာကြောင်း ၁၁၉ -
::Your text is a bit confusing. If you are asking me to add Parabaik in the sorted list of CSS, I'll try to evaluate it and add that. But you mean otherwise, please say it in more precise and direct meaning. And what is the difference between Parabaik and Myanmar3 by the way? :) [[User:MyMyanmar|MyMyanmar]] 19:56, 11 ဇူ​လိုင်​ 2008 (UTC)
:::Yes I asking Parabaik to be added. I do not see why we would need to delay this any further. We are a small community and should try to be very inclusive. It is not like I am asking ZawGyi to be added. Parabaik is a font that I have been using while localizing a few projects. It was also used by the official Open Office project. Hence it makes sense to be included. We will later try to achieve an optimal sort for the fonts. Cheers. --[[User:ကိုရာဝီ|RaviC]] <span style="font-family: serif">([[User_talk:ကိုရာဝီ|talk]] • [[Special:Contributions/ကိုရာဝီ|contribs]])</span> 12:08, 14 ဇူ​လိုင်​ 2008 (UTC)
==Another CSS Change==
I have found the following CSS to be very helpful and am using it myself. Do add it globally.
<source lang="css">
/* The following changes in CSS is very useful for those who see garbled */
/* fonts and can not edit directly. Admins please add as it is added here */
/*This css will allow one to edit in Unicode Font and will solve garbled text inside edit boxex */
#wpTextbox1 {
font-family: Myanmar3, Parabaik, Paduak;
}
/*The Save, Preview and Diff buttons will now be displayed using Unicode 5.1 */
#wpSave, #wpPreview, #wpDiff{
font-family: Myanmar3, Parabaik, Paduak;
}
/* The search buttons will now be displayed using the font specified below */
.searchButton{
font-family: Myanmar3, Parabaik, Paduak;
}
</source>
That is my own personal one, hence you may change the font list to suit your needs. It is separated out for readability. You could combine them to optimize bandwidth.--[[User:ကိုရာဝီ|RaviC]] <span style="font-family: serif">([[User_talk:ကိုရာဝီ|talk]] • [[Special:Contributions/ကိုရာဝီ|contribs]])</span> 12:16, 14 ဇူ​လိုင်​ 2008 (UTC)