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