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