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