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