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