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