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