Use on the webTotal Use [ 3494 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/4f00ed05ace921dd2a9f9470abb946dc?family=Burmese1_1" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/4f00ed05ace921dd2a9f9470abb946dc?family=Burmese1_1);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Burmese1_1";
src: url("https://db.onlinewebfonts.com/t/4f00ed05ace921dd2a9f9470abb946dc.eot");
src: url("https://db.onlinewebfonts.com/t/4f00ed05ace921dd2a9f9470abb946dc.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/4f00ed05ace921dd2a9f9470abb946dc.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/4f00ed05ace921dd2a9f9470abb946dc.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/4f00ed05ace921dd2a9f9470abb946dc.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/4f00ed05ace921dd2a9f9470abb946dc.svg#Burmese1_1")format("svg");
}
2CSS rules to specify fonts
font-family: "Burmese1_1";