An open API service indexing awesome lists of open source software.

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

Collection of bundled Burmese(Myanmar) fonts
https://github.com/phothinmg/burmese-fonts

burma-project-ideas burmese fonts

Last synced: 3 months ago
JSON representation

Collection of bundled Burmese(Myanmar) fonts

Awesome Lists containing this project

README

        

# Burmese Fonts

**ကျနော်၏ project တွေမှာအသုံးပြုဖိုအတွက် ဗမာ fonts တွေ bundle လုပ်ပီးသုံးဖြစ်ပါသည်။ မူလ font file များ ၏ ဖန်တီးသူများ သိုမဟုတ် ကျနော် ရယူခဲ့သော source များအား ဖော်ပြထားပါသည်။ ကျနော် သည် အကျိုးအမြတ် တစ်စုံတစ်ရာ အတွက် ပြုလုပ်ထားခြင်းမဟုတ်ပါ။ မူလ fonts file ဖန်တီးသူများအနေနှင့် နှစ်သက်မှု မရှိပါက -> [Discussion](https://github.com/phothinmg/burmese-fonts/discussions/1) <- တွင်အသိပေးပြောကြားနိုင်ပါသည်။**

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

---

## burmese

font-family : burmese

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

cdn link :

```html

```

```css
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/burmese/index.css");
```

```css
* {
font-family: burmese !important;
}
```

---

---

## rfa bit

font-family : burmese-bit

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

cdn link :

```html

```

```css
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/bit/index.css");
```

```css
* {
font-family: burmese-bit !important;
}
```

---

## mono

font-family : burmese-mono

source : https://netpanchi.com/viewartwork/1126
creator : [Phoenix Digital Art](https://netpanchi.com/483/showprofile)

cdn link :

```html

```

```css
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/mono/index.css");
```

```css
* {
font-family: burmese-mono !important;
}
```

---

## umoe

font-family : burmese-umoe

source : https://netpanchi.com/viewartwork/744
creator : [Zin Bo](https://netpanchi.com/399/showprofile)

cdn link :

```html

```

```css
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/umoe/index.css");
```

```css
* {
font-family: burmese-umoe !important;
}
```

## myay-phu

font-family : burmese-myayphu

source : https://netpanchi.com/viewartwork/1120
creator : [One Type](https://netpanchi.com/604/showprofile)

cdn link :

```html

```

```css
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/myayphu/index.css");
```

```css
* {
font-family: burmese-myayphu !important;
}
```

---

## burma - 020

font-family : burmese-020

source : https://netpanchi.com/viewartwork/1037
creator : [Burma Font](https://netpanchi.com/573/showprofile) https://burmafont.com/

cdn link :

```html

```

```css
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/020/index.css");
```

```css
* {
font-family: burmese-020 !important;
}
```

---

## burma - 028

font-family : burmese-028

source : https://netpanchi.com/viewartwork/1191
creator : [Burma Font](https://netpanchi.com/573/showprofile) https://burmafont.com/

cdn link :

```html

```

```css
@import url("https://cdn.jsdelivr.net/gh/phothinmg/burmese-fonts@main/dist/028/index.css");
```

```css
* {
font-family: burmese-028 !important;
}
```