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