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