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