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