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