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