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