Use on the webTotal Use [ 5162 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/611cfa90ca8045bc2d85aec50346367b?family=n+Nusantara+Merdeka" 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/611cfa90ca8045bc2d85aec50346367b?family=n+Nusantara+Merdeka);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "n Nusantara Merdeka";
src: url("https://db.onlinewebfonts.com/t/611cfa90ca8045bc2d85aec50346367b.eot");
src: url("https://db.onlinewebfonts.com/t/611cfa90ca8045bc2d85aec50346367b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/611cfa90ca8045bc2d85aec50346367b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/611cfa90ca8045bc2d85aec50346367b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/611cfa90ca8045bc2d85aec50346367b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/611cfa90ca8045bc2d85aec50346367b.svg#n Nusantara Merdeka")format("svg");
}
2CSS rules to specify fonts
font-family: "n Nusantara Merdeka";