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