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