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