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