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