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