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