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