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