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