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