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