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