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