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