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