10 lines
200 B
CSS
10 lines
200 B
CSS
|
/* burmese */
|
||
|
@font-face {
|
||
|
font-family: Burmese;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local("Burmese"), local("Burmese-Regular"), url(burmese.woff2) format("woff2");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|