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