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