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