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