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