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