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