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