Code:
< html > < head > < link href = 'http://mywebfont.appspot.com/css?font=yunghkio' rel = 'stylesheet' type = 'text/css' > < link href = 'http://mywebfont.appspot.com/css?font=myanmar3' rel = 'stylesheet' type = 'text/css' > < link href = 'http://mywebfont.appspot.com/css?font=padauk' rel = 'stylesheet' type = 'text/css' > < link href = 'http://mywebfont.appspot.com/css?font=parabaik' rel = 'stylesheet' type = 'text/css' > < link href = 'http://mywebfont.appspot.com/css?font=zawgyi' rel = 'stylesheet' type = 'text/css' > < style > .yunghkio { font-family:"Masterpiece Uni Sans",Yunghkio; } .myanmar3 { font-family:"Masterpiece Uni Sans",Myanmar3; } .padauk { font-family:"Masterpiece Uni Sans",Padauk; } .zawgyi { font-family:Zawgyi-One; } .parabaik { font-family:"Masterpiece Uni Sans",Parabaik; } </ style > </ head > < body > < p class = "yunghkio" >Yunghkio မြန်မာစာ</ p > < p class = "myanmar3" >Myanmar 3 မြန်မာစာ</ p > < p class = "padauk" >Padauk မြန်မာစာ</ p > < p class = "parabaik" >Parabaik မြန်မာစာ</ p > < p class = "zawgyi" >ေနေကာင္းလား</ p > </ body > </ html > |