phothinmg / burmese-fonts

Collection of bundled Burmese(Myanmar) fonts

Home Page:https://phothinmg.github.io/burmese-fonts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burmese Fonts

ကျနော်၏ project တွေမှာအသုံးပြုဖိုအတွက် ဗမာ fonts တွေ bundle လုပ်ပီးသုံးဖြစ်ပါသည်။ မူလ font file များ ၏ ဖန်တီးသူများ သိုမဟုတ် ကျနော် ရယူခဲ့သော source များအား ဖော်ပြထားပါသည်။ ကျနော် သည် အကျိုးအမြတ် တစ်စုံတစ်ရာ အတွက် ပြုလုပ်ထားခြင်းမဟုတ်ပါ။ မူလ fonts file ဖန်တီးသူများအနေနှင့် နှစ်သက်မှု မရှိပါက -> Discussion <- တွင်အသိပေးပြောကြားနိုင်ပါသည်။

Playground: : https://phothinmg.github.io/burmese-fonts/


burmese

font-family : burmese

source : https://myordbok.com/myanmar-fonts/external?font=Burma-normal.ttf

cdn link :

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/burmese/index.css"
/>
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/burmese/index.css");
* {
  font-family: burmese !important;
}


rfa bit

font-family : burmese-bit

source : https://www.rfa.org/burmese/help/bit_zip

cdn link :

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/bit/index.css"
/>
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/bit/index.css");
* {
  font-family: burmese-bit !important;
}

mono

font-family : burmese-mono

source : https://netpanchi.com/viewartwork/1126 creator : Phoenix Digital Art

cdn link :

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/mono/index.css"
/>
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/mono/index.css");
* {
  font-family: burmese-mono !important;
}

umoe

font-family : burmese-umoe

source : https://netpanchi.com/viewartwork/744 creator : Zin Bo

cdn link :

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/umoe/index.css"
/>
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/umoe/index.css");
* {
  font-family: burmese-umoe !important;
}

myay-phu

font-family : burmese-myayphu

source : https://netpanchi.com/viewartwork/1120 creator : One Type

cdn link :

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/myayphu/index.css"
/>
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/myayphu/index.css");
* {
  font-family: burmese-myayphu !important;
}

burma - 020

font-family : burmese-020

source : https://netpanchi.com/viewartwork/1037 creator : Burma Font https://burmafont.com/

cdn link :

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/020/index.css"
/>
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/020/index.css");
* {
  font-family: burmese-020 !important;
}

burma - 028

font-family : burmese-028

source : https://netpanchi.com/viewartwork/1191 creator : Burma Font https://burmafont.com/

cdn link :

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/028/index.css"
/>
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/028/index.css");
* {
  font-family: burmese-028 !important;
}

About

Collection of bundled Burmese(Myanmar) fonts

https://phothinmg.github.io/burmese-fonts/


Languages

Language:CSS 89.5%Language:TypeScript 10.5%