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