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