Skip to main content
Deno 2 is finally here 🎉️
Learn more

Burmese Font

About

Myanmar web font

Install

npm
npm install @phothinmg/burmese-font@1.0.0
CDN
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/phothinmg/burmese-font@pkgs/npm/burmese-font">

Import to css file

 @import url(https://cdn.jsdelivr.net/gh/phothinmg/burmese-font@pkgs/npm/burmese-font);

Useage

CSS
body{
            font-family: burmese !important;
        }