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