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