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