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