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