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
- Host: GitHub
- URL: https://github.com/phothinmg/burmese-fonts
- Owner: phothinmg
- Created: 2024-03-11T11:13:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:15:43.000Z (6 months ago)
- Last Synced: 2025-01-02T23:44:44.812Z (5 months ago)
- Topics: burma-project-ideas, burmese, fonts
- Language: CSS
- Homepage: https://phothinmg.github.io/burmese-fonts/
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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;
}
```