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