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