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