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