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