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