Tuesday, July 17, 2012

How to use both ZawGyi-One and Myanmar3


Note:
You can set one browser to ZawGyi-One (eg. to IE) and another browser to Myanmar3 (eg. to Firefox or Chrome) to surf the internet without any annoyance.

-Assume that you've already installed ZawGyi-One font.
-Please get the Myanmar-3 font from the following link.
https://docs.google.com/open?id=0B3elr8lnp1gsaURhU21sdHB5WW8
Get "bbc_mm3_font.ttf" or "mm3-multi-os.ttf"


After installing Myanmar3 font in your machine/computer....


For "Chrome" browser
1. Click spanner-icon-image at the top-right cornor of Chrome browser.
2. Choose Settings.
3. In Setting Page, Scoll down to the bottom of page and click "Show Advanced Settings."
4. In Web content, click "Customize fonts" button.
5. Choose "Myanmar 3" in "Standard Font", "San-Serif", "Serif", etc drop-down.
(You can change it back to ZawGyi-One if you want to read the pages written in ZawGyi font.)
6. Click OK.
7. Refresh browser and check the font status in page. If you still cannot read, repeat setp-5, set "Myanmar 3" font to all  font drop-downs.

For "Firefox" browser
1. From the "Tools Menu",  click "Options".
(If menu bar is hidden, Click "Firefox" small triangle drop down at topmost-left corner of browser.)
2. Click "Options" and choose "Options".
3. In Opetions popup window, click "Content".
4. In Fonts&Color, in "Default font:" drop-down, choose "Myanmar3" and click "OK".
(You can change it back to ZawGyi-One if you want to read the pages written in ZawGyi font.)


For "Internet Explore-9"
-Create a folder under "c:" directory, eg, "C:\Myanmar3"
-Open a note pad, paste the follwing code

body
{
        font-family:Myanmar3;
}

input, select , textarea
{
        font-family:Myanmar3;
}

-save the file as "ie.css" in the "C:\Myanmar3" directory.

-Open the IE
-At the right-upper-most cornor of IE,
1. Click pinion icon, click "Internet Options"
2. In General tab, click "Accessibility" button, check "Ignore font style specified on webpages"
3. In User style sheet, check "Format documents using my style sheet" and type the full file nane
"C:\Myanmar3\ie.css". in the text box .[Or click Browse button to choose file.]
4. Click OK.
5. Restart the IE.

Note:
You can change it back to ZawGyi-One if you want to read the pages written in ZawGyi font by creating file "C:\ZawGyi\ie.css" file like:
body
{
        font-family:Zawgyi-One;
}

input, select , textarea
{
        font-family:Zawgyi-One;
}
and do the step-3.