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