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