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