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